getMarkerPos

From Bohemia Interactive Community
Revision as of 19:03, 22 April 2006 by Planck (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"