doMove: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 5: Line 5:




<h2 style="color:#000066">'''''unit'' doMove ''postion'''''</h2>
<h2 style="color:#000066">'''''unit'' doMove ''position'''''</h2>





Revision as of 13:04, 4 July 2006


unit doMove position


Operand types:

unit: Object or Array

position: Array

Type of returned value:

Nothing

Description:

Order unit to move to given position (format Position) (silently).


Example:

soldierOne doMove getMarkerPos "MarkerMoveOne"