isAbleToBreathe: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(description)
(clarification)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns whether the unit is diving (the man's head is underwater and he doesn't have re-breather|= 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]]. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 02:55, 26 November 2015

Hover & click on the images for description

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

Syntax:
isAbleToBreathe unit
Parameters:
unit: Object
Return Value:
Boolean

Examples

Example 1:

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