ACE3/addons/vector/XEH_postInit.sqf

17 lines
357 B
Plaintext
Raw Normal View History

// by commy2
2015-01-21 22:49:16 +00:00
#include "script_component.hpp"
2015-04-13 03:44:19 +00:00
if (!hasInterface) exitWith {};
GVAR(holdKeyHandler) = -1;
GVAR(isKeyDownAzimuth) = false;
GVAR(isKeyDownDistance) = false;
GVAR(keyDownTimeAzimuth) = -1;
GVAR(keyDownTimeDistance) = -1;
GVAR(useMil) = false;
GVAR(useFeet) = false;
GVAR(modeReticle) = 0;
GVAR(illuminate) = false;
2015-02-11 13:51:21 +00:00
#include "initKeybinds.sqf"