ACE3/addons/backblast/XEH_postInit.sqf
Nicolás Badano 8d1ee8c2c2 backblast: overhaul
- Replace firedNear by firedBIS XEH
- Calculate the origin of the backblast and overpressure zones using the projectile position and direction
- Handle all effects for each unit on their local machine
- Posibility of drawing effect cone for debug
- Simplified angle calculations
2015-01-25 00:59:20 -03:00

5 lines
185 B
Plaintext

#include "script_component.hpp"
["backblast", FUNC(backblastDamage)] call EFUNC(common,addEventHandler);
["overpressure", FUNC(overpressureDamage)] call EFUNC(common,addEventHandler);