getVariable
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Armed Assault
- Version:
- 1.00
Description
- Description:
- Return the value of variable in the variable space of given object or location.
Syntax
- Syntax:
- Any Value = ObjectOrLocation getVariable "name"
- Parameters:
- ObjectOrLocation: Object or Location
- name: String
- Return Value:
- Any Value
Examples
- Example 1:
_aVariable = _myTruck getVariable "myVariable";- Example 2:
_aVariable = myLocation getVariable "myVariable";
Additional Information
- Multiplayer:
- Behaviour unknown.
- See also:
- setVariable
Notes
Notes
Notes
- Posted on August 16, 2007 - 13:47
- Str
- Case sensitive

