ACE3/addons/explosives/XEH_preInit.sqf
Freddo e27110aac3
Explosives - Add CBA settings for max/min/default timer values (#7916)
* Transfer to CBA settings, add timer options

* Remove wiki note

* Tweak arrays, stringtables

* moveToSQF
2020-10-03 12:00:06 -05:00

16 lines
258 B
Plaintext

#include "script_component.hpp"
// Author: Garth 'L-H' de Wet
// Initialises the explosives system
ADDON = false;
PREP_RECOMPILE_START;
#include "XEH_PREP.hpp"
PREP_RECOMPILE_END;
#include "initSettings.sqf"
GVAR(detonationHandlers) = [];
ADDON = true;