fleeing: Difference between revisions
Jump to navigation
Jump to search
m (removed "effects global" because this command has no effect. it's only used to check a value) |
No edit summary |
||
Line 30: | Line 30: | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
<dd class="notedate">Posted on 20:12, 19 March 2007 (CET)</dd> | |||
<dt class="note>'''[[User:Shuko|Shuko]]'''</dt><dd class="note"> | |||
To prevent units from fleeing, use [[allowFleeing]].</dd> | |||
<!-- Note Section END --> | <!-- Note Section END --> | ||
</dl> | </dl> |
Revision as of 20:13, 19 March 2007
Description
- Description:
- Checks if a unit is fleeing.
- Groups:
- Uncategorised
Syntax
- Syntax:
- fleeing unit
- Parameters:
- unit: Object
- Return Value:
- Boolean - Returns true if a unit is fleeing, false if not. Dead or empty units return false.
Examples
- Example 1:
? (fleeing east_unit) : player sideChat "We have won!"
Additional Information
- See also:
- See also needed
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note
Notes
- Posted on 20:12, 19 March 2007 (CET)
- Shuko
- To prevent units from fleeing, use allowFleeing.