Click or drag to resize
TerminalActionParameter Structure
v01.180.0 (Beta)

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

Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public struct TerminalActionParameter

The TerminalActionParameter type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDeserialize
Creates a TerminalActionParameter from a serialized value in a string and a type code.
Public methodEquals (Inherited from ValueType.)
Public methodStatic memberGet
Creates a TerminalActionParameter from the given value.
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetObjectBuilder
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldStatic memberEmpty
Gets an empty parameter.
Public fieldTypeCode
Public fieldValue
Top
Properties
  NameDescription
Public propertyIsEmpty
Top
See Also