evalObjectArgument (VBS2)
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Virtual Battlespace 2
- Version:
- 1.00
Description
- Description:
- Return object argument in mission editor.
Syntax
- Syntax:
- map evalObjectArgument [object,argument]
- Parameters:
- map: Control -
- object: Object -
- argument: String -
- Return Value:
- Anything
Examples
- Example 1:
_name = _map evalObjectArguments [_obj,"NAME"]
Additional Information
- Multiplayer:
- Behaviour unknown.
- See also:
- getObjectArgument, setObjectArguments, getVariable

