mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
8d1ee8c2c2
- 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
5 lines
185 B
Plaintext
5 lines
185 B
Plaintext
#include "script_component.hpp"
|
|
|
|
["backblast", FUNC(backblastDamage)] call EFUNC(common,addEventHandler);
|
|
["overpressure", FUNC(overpressureDamage)] call EFUNC(common,addEventHandler);
|