IMyTerminalControlButtonAction Property |
v01.180.0 (Beta)[This is preliminary documentation and is subject to change.]
The action taken when a button is clicked
Namespace: Sandbox.ModAPI.Interfaces.TerminalAssembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Action<IMyTerminalBlock> Action { get; set; }
Property Action As Action(Of IMyTerminalBlock)
Get
Set
property Action<IMyTerminalBlock^>^ Action {
Action<IMyTerminalBlock^>^ get ();
void set (Action<IMyTerminalBlock^>^ value);
}
abstract Action : Action<IMyTerminalBlock> with get, set
Property Value
Type:
ActionIMyTerminalBlockSee Also