unitReady: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 10: Line 10:
'''Operand types:'''
'''Operand types:'''


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


'''Type of returned value:'''
'''Type of returned value:'''

Revision as of 00:12, 30 June 2006


unitReady unit


Operand types:

unit: Object or Array

Type of returned value:

Boolean

Description:

Check if the unit is ready.

Unit is busy when it is given some command like move, until the command is finished.


Example:

_it = unitReady soldierOne