SmallExplosion

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

Small explosion effect for EDHM.

Execution:

call

Groups:

edhm: Eric's Mission Framework

Syntax
Syntax:

[position, shockwave, surfaceType] call emf_edhm_fnc_smallExplosion

Parameters:

position: Array - PositionATL where the explosion should occur.

shockwave: Boolean - If explosion should have a shockwave effect.

surfaceType: Number - EDHM surface class.

Return Value:

None

Examples
Example 1:
[(getPos this), true, 4] call emf_edhm_fnc_smallExplosion;
Additional Information
See also:


Notes