Space Engineers
Properties | List of all members
Sandbox.ModAPI.Interfaces.Terminal.IMyTerminalValueControl< TValue > Interface Template Reference

This is a value control interface that a few controls implement. When a value changes, the Setter action is performed. When a value is queried the Getter action is performed. More...

Inheritance diagram for Sandbox.ModAPI.Interfaces.Terminal.IMyTerminalValueControl< TValue >:
Sandbox.ModAPI.Interfaces.ITerminalProperty Sandbox.Game.Screens.Terminal.Controls.MyTerminalControlProperty< TBlock, TValue > Sandbox.Game.Screens.Terminal.Controls.MyTerminalValueControl< TBlock, TValue > Sandbox.ModAPI.Interfaces.Terminal.IMyTerminalControlProperty< TValue > Sandbox.Game.Screens.Terminal.Controls.MyTerminalControlProperty< TBlock, TValue > Sandbox.Game.Screens.Terminal.Controls.MyTerminalControlProperty< TBlock, TValue >

Properties

Func< IMyTerminalBlock, TValue > Getter [get, set]
 This is triggered when the value of the control is required. More...
 
Action< IMyTerminalBlock, TValue > Setter [get, set]
 This is triggered when the value of the control is set by the user. Depending on the control, this may be called a lot. More...
 

Detailed Description

This is a value control interface that a few controls implement. When a value changes, the Setter action is performed. When a value is queried the Getter action is performed.

Template Parameters
TValue

Definition at line 10 of file IMyTerminalValueControl.cs.

Property Documentation

This is triggered when the value of the control is required.

Definition at line 15 of file IMyTerminalValueControl.cs.

This is triggered when the value of the control is set by the user. Depending on the control, this may be called a lot.

Definition at line 19 of file IMyTerminalValueControl.cs.


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