getMarkerPos: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (+ category) |
||
Line 42: | Line 42: | ||
[[Category:Scripting Commands OFP 1.46|GETMARKERPOS]] | [[Category:Scripting Commands OFP 1.46|GETMARKERPOS]] | ||
[[Category:Scripting Commands ArmA|GETMARKERPOS]] | [[Category:Scripting Commands ArmA|GETMARKERPOS]] | ||
[[Category:Command Group: Markers|GETMARKERPOS]] |
Revision as of 11:44, 23 October 2006
Description
- Description:
- Returns the position of a given marker.
- Groups:
- Uncategorised
Syntax
- Syntax:
- getMarkerPos marker
- Parameters:
- marker: String - marker name
- Return Value:
- Array - (format Position)
Examples
- Example 1:
"MarkerOne" setMarkerPos [200,200,200] _pos = getMarkerPos "MarkerOne"
returns [200,200,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