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




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


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


Order unit to watch given '''position''' (format [[Position]]) (silent).
Order unit to watch the given '''position''' (format [[Position]]) (silently).





Revision as of 13:08, 4 July 2006


unit doWatch position


Operand types:

unit: Object or Array

position: Array

Type of returned value:

Nothing

Description:

Order unit to watch the given position (format Position) (silently).


Example:

soldierOne doWatch getMarkerPos "MarkerMoveOne"