evalObjectArgument
Jump to navigation
Jump to search
Click on the images for descriptions
Introduced in
- Game:
- Arma 2
- Version:
- 1.00
Description
- Description:
- Return argument in mission editor of a given object.
Some Old Editor Command
Syntax
- Syntax:
- map evalObjectArgument [object, argument]
- Parameters:
- map: Control
- [object, argument]: Array
- Return Value:
- Any Value
Examples
- Example 1:
// returns string "[1009.0351, 1319.4928]" (findDisplay 128 displayCtrl 51) getObjectArgument ["_unit_1", "POSITION"] // returns array [1009.0351, 1319.4928] (findDisplay 128 displayCtrl 51) evalObjectArgument ["_unit_1", "POSITION"]
Additional Information
- Multiplayer:
- -
- See also:
- setObjectArguments
Notes
Only post proven facts here. Report bugs on the feedback tracker. Use the talk page or the forums for discussions.
Add New Note | How To
Add New Note | How To