isBurning

From Bohemia Interactive Community
Revision as of 12:14, 12 May 2022 by Lou Montana (talk | contribs) (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*)<\/code>" to "<code>$1$2$3</code>")
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Hover & click on the images for description

Description

Description:
Returns whether the unit is burning. This returns true only if unit is damaged by nearby fire, it does not check whether a fireplace is burning, use inflamed command for that.
Groups:
Object Manipulation

Syntax

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

Examples

Example 1:
if (isBurning player) then { player groupChat "I'm burning!!"; }

Additional Information

See also:
getBleedingRemaining setBleedingRemaining isBleeding inflamed

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