isAbleToBreathe: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<dl class="command_description"> <dt></dt>" to "<dl class="command_description"> <dt></dt>") |
Lou Montana (talk | contribs) m (Text replacement - " \| *s([0-9]) *= ([^ ]+)? ?'''([a-zA-Z0-9_]+)''' ?([^ ]+)? " to " |s$1= $2 $3 $4 ") |
||
Line 8: | Line 8: | ||
|descr= If unit is diving and doesn't have a re-breather, it returns [[false]]. Diving means the unit's head is underwater. If unit is underwater and has a re-breather, the command returns [[true]]. | |descr= If unit is diving and doesn't have a re-breather, it returns [[false]]. Diving means the unit's head is underwater. If unit is underwater and has a re-breather, the command returns [[true]]. | ||
|s1= | |s1= [[isAbleToBreathe]] unit | ||
|p1= unit: [[Object]] | |p1= unit: [[Object]] |
Revision as of 16:42, 12 June 2021
Description
- Description:
- If unit is diving and doesn't have a re-breather, it returns false. Diving means the unit's head is underwater. If unit is underwater and has a re-breather, the command returns true.
- Groups:
- Object Manipulation
Syntax
- Syntax:
- isAbleToBreathe unit
- Parameters:
- unit: Object
- Return Value:
- Boolean
Examples
- Example 1:
_canBreath = isAbleToBreathe player;
Additional Information
- See also:
- underwater
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
- Posted on May 6, 2019 - 19:43 (UTC)
- vabene1111
- Might return false if player enters a vehicle while underwater.