Click or drag to resize
IMyTerminalControls Events
v01.180.0 (Beta)

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

The IMyTerminalControls type exposes the following members.

Events
  NameDescription
Public eventCustomActionGetter
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)
Public eventCustomControlGetter
This event allows you to modify the list of controls that the game displays when a user selects a block. Each time terminal controls are enumerated for a block, this delegate is called, which allows you to modify the control list directly, and remove/add as you see fit before the controls are dispalyed. This is to allow fine grain control of the controls being displayed, so you can display only controls you want to in specific situations (like blocks with different subtypes, or even on specific blocks by entityId)
Top
See Also