getVariable
Jump to navigation
Jump to search
Hover & click on the images for descriptions
Description
- Description:
- Return the value of variable in the variable space of given object or location.
Syntax
- Syntax:
- object getVariable name
- Parameters:
- object: Object or Location
- name: String - Variable name that was defined in setVariable (Case sensitive)
- Return Value:
- Any Value
Examples
- Example 1:
-
_aVariable = _myTruck getVariable "myVariable";
Additional Information
- See also:
- setVariablegetVariable (VBS2)
- Groups:
- Uncategorised