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">'''doMove ''postion'''''</h2>
<h2 style="color:#000066">'''''unit'' doMove ''postion'''''</h2>




'''Operand types:'''
'''Operand types:'''
'''unit:''' [[Object]] or [[Array]]


'''position:''' [[Array]]
'''position:''' [[Array]]
Line 18: Line 20:
'''Description:'''
'''Description:'''


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





Revision as of 13:03, 4 July 2006


unit doMove postion


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"