Space Engineers
Properties | List of all members
Sandbox.ModAPI.Interfaces.Terminal.IMyTerminalControlButton Interface Reference

This is a control button. When a button is clicked an action is performed. More...

Inheritance diagram for Sandbox.ModAPI.Interfaces.Terminal.IMyTerminalControlButton:
Sandbox.ModAPI.Interfaces.Terminal.IMyTerminalControl Sandbox.ModAPI.Interfaces.Terminal.IMyTerminalControlTitleTooltip Sandbox.Game.Gui.MyTerminalControlButton< TBlock >

Properties

Action< IMyTerminalBlockAction [get, set]
 The action taken when a button is clicked More...
 
- Properties inherited from Sandbox.ModAPI.Interfaces.Terminal.IMyTerminalControl
string Id [get]
 Identifier of control More...
 
Func< IMyTerminalBlock, bool > Enabled [set]
 Allows you to set if the control is enabled More...
 
Func< IMyTerminalBlock, bool > Visible [set]
 Allows you to set if the control is visible More...
 
bool SupportsMultipleBlocks [get, set]
 Allows you to set if the control is visible when the block is selected as a group More...
 
- Properties inherited from Sandbox.ModAPI.Interfaces.Terminal.IMyTerminalControlTitleTooltip
MyStringId Title [get, set]
 Allows you to get or set the Label that appears on the control More...
 
MyStringId Tooltip [get, set]
 Allows you to get or set the tooltip that appears when you hover over the control More...
 

Additional Inherited Members

- Public Member Functions inherited from Sandbox.ModAPI.Interfaces.Terminal.IMyTerminalControl
void RedrawControl ()
 Recreates the control GUI. This allows you to update the Title of some controls. More...
 
void UpdateVisual ()
 This updates a control that is currently displayed, allowing you to refresh it's state More...
 

Detailed Description

This is a control button. When a button is clicked an action is performed.

Definition at line 9 of file IMyTerminalControlButton.cs.

Property Documentation

Action<IMyTerminalBlock> Sandbox.ModAPI.Interfaces.Terminal.IMyTerminalControlButton.Action
getset

The action taken when a button is clicked

Definition at line 14 of file IMyTerminalControlButton.cs.


The documentation for this interface was generated from the following file: