Space Engineers ModAPI Reference
Space Engineers ModAPI Reference
Namespaces
Sandbox.ModAPI.Interfaces
ITerminalProperty(TValue) Interface
ITerminalProperty(TValue) Methods
GetDefaultValue Method
GetMaximum Method
GetMinimum Method
GetMininum Method
GetValue Method
SetValue Method
ITerminalProperty
TValue
GetValue Method
[This is preliminary documentation and is subject to change.]
Retrieve property value
Namespace:
Sandbox.ModAPI.Interfaces
Assembly:
Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0
Syntax
C#
Copy
TValue
GetValue
(
IMyCubeBlock
block
)
Parameters
block
Type:
VRage.Game.ModAPI.Ingame
IMyCubeBlock
block reference
Return Value
Type:
TValue
value of type
TypeName
See Also
Reference
ITerminalProperty
TValue
Interface
Sandbox.ModAPI.Interfaces Namespace
Updated: 5/27/2016 6:59:01 PM