isBurning: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (see also)
(Added an example)
Line 17: Line 17:




|x1= <code>
|x1= <code>[[if]] ([[isBurning]] [[player]]) [[then]] { [[player]] [[groupChat]] "I'm burning!!"; }</code>|= EXAMPLE1
</code>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 05:12, 19 December 2014

Hover & click on the images for description

Description

Description:
Returns whether the unit is burning.
Groups:
Uncategorised

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:
getBleedingRemainingsetBleedingRemainingisBleeding

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