setMarkerPos

From Bohemia Interactive Community
Revision as of 14:59, 17 April 2006 by Planck (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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"