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_ Property Id (value name)

_Inherited from ITerminalProperty_
_string 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 ITerminalProperty_
### Methods
_TValue GetValue(IMyCubeBlock block)_
_void SetValue(IMyCubeBlock block, TValue value)_
_TValue GetDefaultValue(IMyCubeBlock block)_
_TValue GetMininum(IMyCubeBlock block)_
_TValue GetMinimum(IMyCubeBlock block)_
_TValue GetMaximum(IMyCubeBlock block)_

Clone this wiki locally