PluginAction

Mostrar obsoleto
não replicado

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.

Resumo

Propriedades

  • somente leitura
    não replicado
    ler parallel

    A string that uniquely identifies this action.

  • somente leitura
    não replicado
    ler parallel

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

  • somente leitura
    não replicado
    ler parallel

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

  • somente leitura
    não replicado
    ler parallel

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

Eventos

  • segurança do plugin

    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.

Propriedades

ActionId

somente leitura
não replicado
ler parallel

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

somente leitura
não replicado
ler parallel

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

somente leitura
não replicado
ler parallel

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

Text

somente leitura
não replicado
ler parallel

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

Métodos

Eventos

Triggered

segurança do plugin

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.