getMarkerPos: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 18: Line 18:
'''Description:'''
'''Description:'''


Marker positon '''[x, y, z]'''.
Returns the marker positon in format '''[x, y, z]'''.





Revision as of 03:59, 3 July 2006


getMarkerPos markerName


Operand types:

markerName: String

Type of returned value:

Array

Description:

Returns the marker positon in format [x, y, z].


Example:

_mPos = getMarkerPos "MarkerOne"