Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

Sandbox.ModAPI.Interfaces.ITerminalProperty

Malware edited this page Dec 21, 2018 · 43 revisions

Index

ITerminalProperty Interface

Namespace: Sandbox.ModAPI.Interfaces
Assembly: Sandbox.Common.dll
Implements:

Properties

[`string Id`](Sandbox.ModAPI.Interfaces.Id) Property Id (value name)

_Inherited from string Id_
[`string TypeName`](Sandbox.ModAPI.Interfaces.TypeName) Property type (bool - [System.Boolean](https://docs.microsoft.com/en-us/dotnet/api/system.boolean?view=netframework-4.6) , float - [System.Single](https://docs.microsoft.com/en-us/dotnet/api/system.single?view=netframework-4.6) , color - [Color](VRageMath.Color) )

_Inherited from string TypeName_
### Methods
[`TValue GetValue(IMyCubeBlock block)`](Sandbox.ModAPI.Interfaces.GetValue)
[`void SetValue(IMyCubeBlock block, TValue value)`](Sandbox.ModAPI.Interfaces.SetValue)
[`TValue GetDefaultValue(IMyCubeBlock block)`](Sandbox.ModAPI.Interfaces.GetDefaultValue)
[`TValue GetMininum(IMyCubeBlock block)`](Sandbox.ModAPI.Interfaces.GetMininum)
[`TValue GetMinimum(IMyCubeBlock block)`](Sandbox.ModAPI.Interfaces.GetMinimum)
[`TValue GetMaximum(IMyCubeBlock block)`](Sandbox.ModAPI.Interfaces.GetMaximum)

Clone this wiki locally