getMarkerPos

From Bohemia Interactive Community
Revision as of 20:51, 1 June 2006 by Raedor (talk | contribs)
Jump to navigation Jump to search


getMarkerPos markerName


Operand types:

markerName: String

Type of returned value:

Array

Description:

Marker positon [x, y, z].


Example:

_mPos = getMarkerPos "MarkerOne"