fleeing: 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|FLEEING]]
[[Category:Scripting Commands|FLEEING]]
[[Category:Scripting Commands OFP 1.97|FLEEING]]
[[Category:Scripting Commands OFP 1.96|FLEEING]]
[[Category:Scripting Commands OFP 1.46|FLEEING]]
[[Category:Scripting Commands OFP 1.46|FLEEING]]
[[Category:Scripting Commands ArmA|FLEEING]]
[[Category:Scripting Commands ArmA|FLEEING]]

Revision as of 21:19, 1 June 2006


fleeing unit


Operand types:

unit: Object

Type of returned value:

Boolean

Description:

Check if unit is fleeing.

Dead or empty unit returns false.


Example:

? (fleeing eastReconGroup) : goto "firingsquad"