-
Notifications
You must be signed in to change notification settings - Fork 126
Sandbox.ModAPI.Interfaces.ITerminalProperty`1
← Index ← Namespace Index
public interface ITerminalProperty<TValue>: ITerminalProperty
Namespace: Sandbox.ModAPI.Interfaces
Assembly: Sandbox.Common.dll
Implements:
Property Id (value name)
Inherited from ITerminalProperty
Property type (bool - System.Boolean , float - System.Single , color - Color )
Inherited from ITerminalProperty
TValue GetDefaultValue(IMyCubeBlock block)
TValue GetMaximum(IMyCubeBlock block)
TValue GetMinimum(IMyCubeBlock block)
TValue GetValue(IMyCubeBlock block)
void SetValue(IMyCubeBlock block, TValue value)
TValue GetMininum(IMyCubeBlock block)
Obsolete: Use GetMinimum instead
Do you have questions, comments, suggestions for improvements? Is there something I can do better? Did I make a mistake? Please add an issue here, and prefix your issue title with Wiki. Thank you, your help will be very appreciated!