ACE3/addons/grenades/XEH_preInit.sqf
2015-01-17 00:39:46 -06:00

10 lines
257 B
Plaintext

#include "script_component.hpp"
PREP(flashbangEffectStages);
PREP(flashbangExplosionEH);
PREP(flashbangThrownFuze);
PREP(nextMode);
PREP(throwGrenade);
["flashbangExplosion", { _this call DFUNC(flashbangExplosionEH) }] call EFUNC(common,addEventHandler);