| IMyTerminalValueControlTValue Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Sandbox.ModAPI.Interfaces.Terminal
The IMyTerminalValueControlTValue type exposes the following members.
| Name | Description | |
|---|---|---|
| AsTValue |
Property type cast
(Defined by TerminalPropertyExtensions.) | |
| AsBool |
Property type cast
(Defined by TerminalPropertyExtensions.) | |
| AsColor |
Property type cast
(Defined by TerminalPropertyExtensions.) | |
| AsFloat |
Property type cast
(Defined by TerminalPropertyExtensions.) | |
| CastTValue |
Property type cast
(Defined by TerminalPropertyExtensions.) | |
| IsTValue |
Check property type
(Defined by TerminalPropertyExtensions.) |
| Name | Description | |
|---|---|---|
| Getter |
This is triggered when the value of the control is required.
| |
| Id |
Property Id (value name)
(Inherited from ITerminalProperty.) | |
| Setter |
This is triggered when the value of the control is set by the user. Depending on the control, this may be called a lot.
| |
| TypeName | (Inherited from ITerminalProperty.) |