unitReady: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
back to [[Scripting_Reference#U|COMREF]]
<h2 style="color:#000066">'''unitReady'''</h2>
<h2 style="color:#000066">'''unitReady'''</h2>


'''Operand types:'''
'''Operand types:'''
Line 12: Line 15:


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.
 


'''Example:'''
'''Example:'''
_it = '''unitReady''' soldierOne
_it = '''unitReady''' soldierOne

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