HandleUnitOnFire

From cluster wiki
Revision as of 13:34, 26 March 2022 by Eric (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Description
Description:

Handles units on fire for EDHM.

Execution:

call

Groups:

edhm: Eric's Mission Framework

Syntax
Syntax:

[unit, lifetime, rolls] call emf_edhm_fnc_handleUnitOnFire

Parameters:

unit: Object - Unit to set on fire.

lifetime: Number - Time in seconds for the unit to be on fire.

rolls: Number - How many rolls a player has to perform to stop the fire.

Return Value:

None

Examples
Example 1:
[player, 60, 3] call emf_edhm_fnc_handleUnitOnFire;
Additional Information
See also:


Notes