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




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


'''position:''' [[Array]]
'''position:''' [[Array]]

Revision as of 01:32, 6 July 2006


unit commandMove position


Operand types:

unit: Object or Array

position: Array

Type of returned value:

Nothing

Description:

Order unit to move to given position (format Position) (via radio).


Example:

soldierOne commandMove getMarkerPos "MarkerMoveOne"