stopped: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|STOPPED]]
[[Category:Scripting Commands|STOPPED]]
[[Category:Scripting Commands OFP 1.97|STOPPED]]
[[Category:Scripting Commands OFP 1.96|STOPPED]]
[[Category:Scripting Commands OFP 1.46|STOPPED]]
[[Category:Scripting Commands OFP 1.46|STOPPED]]
[[Category:Scripting Commands ArmA|STOPPED]]
[[Category:Scripting Commands ArmA|STOPPED]]

Revision as of 21:41, 1 June 2006


stopped unit


Operand types:

unit: Object

Type of returned value:

Boolean

Description:

Check if unit is stopped by stop command.


Example:

? (stopped loon1) : hint "Loon1 is stopped"