IMyTerminalControlSliderWriter Property |
v01.180.0 (Beta)[This is preliminary documentation and is subject to change.]
This is triggered when a slider value is modified. Appending to the stringbuilder allows you to modify the text that is displayed along
side the slider when it updates.
Namespace: Sandbox.ModAPI.Interfaces.TerminalAssembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Action Writer { get; set; }
Property Writer As Action
Get
Set
property Action^ Writer {
Action^ get ();
void set (Action^ value);
}
abstract Writer : Action with get, set
Property Value
Type:
ActionT1, T2See Also