markerPos

From Bohemia Interactive Community
Revision as of 19:35, 22 April 2006 by Planck (talk | contribs)
Jump to navigation Jump to search


back to COMREF

markerPos markerName


Operand types:

markerName: String

Type of returned value:

Array

Compatibility:

Added in version 1.50

Description:

Get marker positon [x,z,y].

Note: This function is identical to getMarkerPos.


Example:

_mPos = markerPos "markerOne"