setMarkerPos

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


back to COMREF

marker setMarkerPos pos


Operand types:

marker: String

pos: Array

Type of returned value:

Nothing

Description:

Move marker.
Pos format is Position2D.


Example:

"MarkerOne" setMarkerPos getMarkerPos "MarkerTwo"