isAbleToBreathe: Difference between revisions
Jump to navigation
Jump to search
Vabene1111 (talk | contribs) No edit summary |
Lou Montana (talk | contribs) m (Text replacement - "|= Game version" to "|Game version=") |
||
Line 4: | Line 4: | ||
| arma3 |= Game name | | arma3 |= Game name | ||
|0.50| | |0.50|Game version= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 21:34, 31 August 2019
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:
- Uncategorised
Syntax
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
Notes
Bottom Section
- Posted on May 6, 2019 - 19:43 (UTC)
- vabene1111
- Might return false if player enters a vehicle while underwater.