setMarkerPos

From Bohemia Interactive Community
Revision as of 21:24, 4 July 2006 by Planck (talk | contribs)
Jump to navigation Jump to search


markerName setMarkerPos pos


Operand types:

markerName: String

pos: Array

Type of returned value:

Nothing

Description:

Moves the marker.
Pos format is Position2D.


Example:

"MarkerOne" setMarkerPos getMarkerPos "MarkerTwo"