evalObjectArgument: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "|= Game version" to "|Game version=") |
Lou Montana (talk | contribs) m (Text replacement - "|= Game name" to "|Game name=") |
||
Line 2: | Line 2: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| arma2 | | | arma2 |Game name= | ||
|1.00|Game version= | |1.00|Game version= |
Revision as of 13:22, 31 August 2019
Description
- Description:
- Return argument in mission editor of a given object.
- Groups:
- Uncategorised
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
- See also:
- setObjectArguments
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note