getMarkerPos

From Bohemia Interactive Community
Revision as of 04:26, 16 April 2006 by Fragorl (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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"