getMarkerPos: Difference between revisions

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

Revision as of 20:51, 1 June 2006


getMarkerPos markerName


Operand types:

markerName: String

Type of returned value:

Array

Description:

Marker positon [x, y, z].


Example:

_mPos = getMarkerPos "MarkerOne"