getMarkerPos

From Bohemia Interactive Community
Revision as of 03:59, 3 July 2006 by Planck (talk | contribs)
Jump to navigation Jump to search


getMarkerPos markerName


Operand types:

markerName: String

Type of returned value:

Array

Description:

Returns the marker positon in format [x, y, z].


Example:

_mPos = getMarkerPos "MarkerOne"