The UserVariable type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| GetBoolValue |
The Variable value as Boolean
| |
| GetDoubleValue |
The Variable value as Double
| |
| GetIntValue |
The Variable value as int
| |
| GetSFSArrayValue |
The Variable value as SFSArray
| |
| GetSFSObjectValue |
The Variable value as SFSObject
| |
| GetStringValue |
The Variable value as String
| |
| IsNull |
Checks if the variable value is null
|