isBurning unitName

Operand types

unitName: Object

Type of returned value

Description

Returns whether the unit is burning.

NOTE:
Returns true while being burned by fire, false after stepping out of the flames.

Used In

Arma3

Example

if (isBurning player) then {
hint "You're on fire..";
};
Search OFPEC COMREF