ACE3/addons/optionsmenu/XEH_preInit.sqf

19 lines
374 B
Plaintext
Raw Normal View History

#include "script_component.hpp"
ADDON = false;
2016-02-22 14:20:36 +00:00
#include "XEH_PREP.hpp"
GVAR(clientSideOptions) = [];
GVAR(clientSideColors) = [];
2015-01-23 08:43:43 +00:00
2015-04-05 00:17:43 +00:00
GVAR(serverConfigGeneration) = 0;
GVAR(ClientSettingsExportIncluded) = false;
GVAR(serverSideOptions) = [];
GVAR(serverSideColors) = [];
GVAR(serverSideValues) = [];
GVAR(categories) = [];
GVAR(currentCategorySelection) = 0;
2015-04-05 00:17:43 +00:00
2015-01-23 08:43:43 +00:00
ADDON = true;