Variable Methods |
The Variable type exposes the following members.
Name | Description | |
---|---|---|
GetBoolValue |
Retrieves the value of a boolean variable.
| |
GetDoubleValue |
Retrieves the value of a double precision variable.
| |
GetIntValue |
Retrieves the value of an integer variable.
| |
GetSFSArrayValue |
Retrieves the value of a SFSArray variable.
| |
GetSFSObjectValue |
Retrieves the value of a SFSObject variable.
| |
GetStringValue |
Retrieves the value of a string variable.
| |
IsNull |
Indicates if the variable is null.
|