unitReady: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 16: Line 16:
Check if unit is ready.
Check if unit is ready.


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





Revision as of 17:09, 15 April 2006

back to COMREF

unitReady


Operand types:

None

Type of returned value:

Boolean

Description:

Check if unit is ready.

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


Example:

_it = unitReady soldierOne