Sandbox.ModAPI.Interfaces
ITerminalProperty<TValue>
Assembly: Sandbox.Common.dll
public interface ITerminalProperty<TValue>: ITerminalProperty
Properties
| Member | Description |
|---|---|
| Id | Property Id (value name) Inherited from ITerminalProperty |
| TypeName | Property type (bool - bool , float - float , color - Color ) Inherited from ITerminalProperty |
Methods
| Member | Description |
|---|---|
| GetDefaultValue(IMyCubeBlock) | |
| GetMaximum(IMyCubeBlock) | |
| GetMinimum(IMyCubeBlock) | |
| GetValue(IMyCubeBlock) | |
| SetValue(IMyCubeBlock, TValue) | |
| GetMininum(IMyCubeBlock) | Obsolete: Use GetMinimum instead |
Implements: