markerPos

From Bohemia Interactive Community
Revision as of 03:24, 16 April 2006 by Hoz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

markerPos markerName

Operand types:

markerName: String

Type of returned value:

Array

Description:

Get marker positon [x,z,y]. See etMarkerPos.

Note: This function is identical to getMarkerPos.

Example:

_mPos = markerPos "markerOne"