unitReady

From Bohemia Interactive Community
Revision as of 00:12, 30 June 2006 by Planck (talk | contribs)
Jump to navigation Jump to search


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