Click or drag to resize
IMyTerminalControlsCustomActionGetter Event
v01.180.0 (Beta)

[This is preliminary documentation and is subject to change.]

This event allows you to modify the list of actions available when a user wants to select an action for a block in the toolbar. Modifying the list in this event modifies the list displayed to the user so that you can customize it in specific situations (like blocks with different subtypes, or even on specific blocks by entityId)

Namespace: Sandbox.ModAPI
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
event CustomActionGetDelegate CustomActionGetter

Value

Type: Sandbox.ModAPICustomActionGetDelegate
See Also