Click or drag to resize
TerminalPropertyExtensions Class
v01.180.0 (Beta)

[This is preliminary documentation and is subject to change.]

Terminal block extension for property access
Inheritance Hierarchy
SystemObject
  Sandbox.ModAPI.InterfacesTerminalPropertyExtensions

Namespace: Sandbox.ModAPI.Interfaces
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static class TerminalPropertyExtensions

The TerminalPropertyExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAsTValue
Property type cast
Public methodStatic memberAsBool
Property type cast
Public methodStatic memberAsColor
Property type cast
Public methodStatic memberAsFloat
Property type cast
Public methodStatic memberCastTValue
Property type cast
Public methodStatic memberGetDefaultValueT
Returns default value of specified property as TypeName
Public methodStatic memberGetMaximumT
Returns maximum value of specified property as TypeName
Public methodStatic memberGetMinimumT
Returns minimum value of specified property as TypeName
Public methodStatic memberGetMininumT Obsolete.
Public methodStatic memberGetValueT
Returns value of specified property as TypeName
Public methodStatic memberGetValueBool
Returns value of specified property
Public methodStatic memberGetValueColor
Returns value of specified property
Public methodStatic memberGetValueFloat
Returns value of specified property
Public methodStatic memberIsTValue
Check property type
Public methodStatic memberSetValueT
Set value of property with type of TypeName
Public methodStatic memberSetValueBool
Set bool value of property
Public methodStatic memberSetValueColor
Set bool value of property
Public methodStatic memberSetValueFloat
Set float value of property
Top
See Also