Sandbox.ModAPI.Interfaces.ITerminalProperty`1 - bimbam2103/space_engineers GitHub Wiki
← 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