getMarkerPos
Jump to navigation
Jump to search
Description
- Description:
- Returns the position of a given marker. [x,y,z] Argument 3 (height above ground) is always zero.
- Groups:
- Uncategorised
Syntax
- Syntax:
- getMarkerPos marker
- Parameters:
- marker: String - marker name
- Return Value:
- Array - (format Position3D)
Examples
- Example 1:
"MarkerOne" setMarkerPos [200,100] _pos = getMarkerPos "MarkerOne"
returns [200,100,0]
Additional Information
- See also:
- setMarkerPos
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