LargeExplosion
Jump to navigation
Jump to search
Description
- Description:
Large explosion effect for EDHM.
- Execution:
call
- Groups:
Eric's Damage Handling Modification: Eric's Mission Framework
Syntax
- Syntax:
[position, shockwave, surfaceType] call EMF_fnc_largeExplosion
- 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_fnc_largeExplosion;
Additional Information
- See also:
Notes