PluginAction

非推奨を表示
複製されていません

PluginAction is an object that represents a generic performable action in Roblox Studio, with no directly associated Toolbar or Enum.Button. In Roblox Studio, they can be assigned a keyboard shortcut under File → Advanced → Customize Shortcuts..., and they can also be added to the Quick Access Toolbar.

PluginActions must be created using the Plugin:CreatePluginAction() function in order to work as expected.

概要

プロパティ

  • 読み取り専用
    複製されていません
    並列読み取り

    A string that uniquely identifies this action.

  • 読み取り専用
    複製されていません
    並列読み取り

    Whether the PluginAction will be hidden from Studio's shortcuts view.

  • 読み取り専用
    複製されていません
    並列読み取り

    The description of the action, when viewing it from the keyboard shortcuts window in Roblox Studio.

  • 読み取り専用
    複製されていません
    並列読み取り

    The text that is displayed when viewing this action in Roblox Studio.

イベント

  • プラグインのセキュリティ

    Fires when the action is triggered. This can be done by either activating the action from the Quick Access Toolbar, or by using the keyboard shortcut that was bound to it.

プロパティ

ActionId

読み取り専用
複製されていません
並列読み取り

A string that uniquely identifies this action. This string is the key used when saving and loading the action's state in Roblox Studio.

AllowBinding

読み取り専用
複製されていません
並列読み取り

This property determines whether the PluginAction will be hidden from Studio's shortcuts view. Useful for contextual actions. It defaults to true.

See also:

StatusTip

読み取り専用
複製されていません
並列読み取り

The description of the action, when viewing it from the keyboard shortcuts window in Roblox Studio.

Text

読み取り専用
複製されていません
並列読み取り

The text that is displayed when viewing this action in Roblox Studio.

方法

イベント

Triggered

プラグインのセキュリティ

Fires when the action is triggered. This can be done by either activating the action from the Quick Access Toolbar, or by using the keyboard shortcut that was bound to it.