markerPos: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|MARKERPOS]]
[[Category:Scripting Commands|MARKERPOS]]
[[Category:Scripting Commands OFP 1.97|MARKERPOS]]
[[Category:Scripting Commands OFP 1.96|MARKERPOS]]
[[Category:Scripting Commands ArmA|MARKERPOS]]
[[Category:Scripting Commands ArmA|MARKERPOS]]



Revision as of 21:53, 1 June 2006


markerPos markerName


Operand types:

markerName: String

Type of returned value:

Array

Compatibility:

Added in version 1.50

Description:

Get marker positon [x,z,y].

Note: This function is identical to getMarkerPos.


Example:

_mPos = markerPos "markerOne"