ACE3/addons/optionsmenu/XEH_preInit.sqf
2016-02-22 15:20:36 +01:00

19 lines
374 B
Plaintext

#include "script_component.hpp"
ADDON = false;
#include "XEH_PREP.hpp"
GVAR(clientSideOptions) = [];
GVAR(clientSideColors) = [];
GVAR(serverConfigGeneration) = 0;
GVAR(ClientSettingsExportIncluded) = false;
GVAR(serverSideOptions) = [];
GVAR(serverSideColors) = [];
GVAR(serverSideValues) = [];
GVAR(categories) = [];
GVAR(currentCategorySelection) = 0;
ADDON = true;