ACE3/addons/explosives/XEH_preInit.sqf

19 lines
360 B
Plaintext
Raw Normal View History

#include "script_component.hpp"
// Author: Garth 'L-H' de Wet
// Initialises the explosives system
2015-01-29 07:38:46 +00:00
ADDON = false;
PREP_RECOMPILE_START;
2016-02-22 14:20:36 +00:00
#include "XEH_PREP.hpp"
PREP_RECOMPILE_END;
2015-01-29 07:38:46 +00:00
#include "initSettings.inc.sqf"
GVAR(detonationHandlers) = [];
GVAR(excludedMines) = [];
GVAR(defusalKits) = keys (uiNamespace getVariable QGVAR(defusalKits));
2015-01-29 07:38:46 +00:00
ADDON = true;