getMarkerPos

From Bohemia Interactive Community
Revision as of 04:27, 16 April 2006 by Fragorl (talk | contribs)
Jump to navigation Jump to search

back to COMREF

getMarkerPos markerName


Operand types:

markerName: String

Type of returned value:

Array

Description:

Marker positon [x, y, z].


Example:

_mPos = getMarkerPos "MarkerOne"