unitReady: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
[[Category:Scripting Commands ArmA|U]]
[[Category:Scripting Commands ArmA|U]]


back to [[Scripting_Reference#U|COMREF]]


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

Revision as of 12:00, 23 April 2006


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