Class SFS2X.Entities.Variables.VariableType

The valid types for User and Room Variables to be passed to the respective constructors.

Field Summary

Field Detail

<static> <constant> SFS2X.Entities.Variables.VariableType.ARRAY
The type of the User/Room Variable is array.
<static> <constant> SFS2X.Entities.Variables.VariableType.BOOL
The type of the User/Room Variable is boolean.
<static> <constant> SFS2X.Entities.Variables.VariableType.DOUBLE
The type of the User/Room Variable is number (specifically a double).
<static> <constant> SFS2X.Entities.Variables.VariableType.INT
The type of the User/Room Variable is number (specifically an integer).
<static> <constant> SFS2X.Entities.Variables.VariableType.NULL
The User/Room Variable is null.
<static> <constant> SFS2X.Entities.Variables.VariableType.OBJECT
The type of the User/Room Variable is object.
<static> <constant> SFS2X.Entities.Variables.VariableType.STRING
The type of the User/Room Variable is string.