unitReady: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 5: Line 5:




<h2 style="color:#000066">'''unitReady'''</h2>
<h2 style="color:#000066">'''unitReady''' ''unit'''''</h2>





Revision as of 00:10, 30 June 2006


unitReady unit


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