ACE3/addons/grenades/XEH_preInit.sqf
PabstMirror 1a61148053 Grenades Cleanup
Shouldn't be any change to functionality
Headers
Formating
simplifying (waitAndExecute)
exceptions/canInteract for keybind
2015-02-14 00:39:09 -06:00

11 lines
155 B
Plaintext

#include "script_component.hpp"
ADDON = false;
PREP(flashbangExplosionEH);
PREP(flashbangThrownFuze);
PREP(nextMode);
PREP(throwGrenade);
ADDON = true;