ACE3/addons/vector/XEH_preInit.sqf
2015-01-15 17:24:19 +01:00

36 lines
769 B
Plaintext

#include "script_component.hpp"
PREP(abort);
PREP(config);
PREP(convertFOS);
PREP(modeFallOfShort);
PREP(modeRelativeAzimuthDistance);
PREP(modeRelativeDistance);
PREP(modeRelativeDistanceHeight);
PREP(settings);
PREP(tabAzimuthKey);
PREP(tabDistanceKey);
PREP(clearDisplay);
PREP(convertToTexturesDegree);
PREP(convertToTexturesDistance);
PREP(getDirection);
PREP(getDistance);
PREP(getHeightDistance);
PREP(onKeyDown);
PREP(onKeyHold);
PREP(onKeyUp);
PREP(showAzimuth);
PREP(showAzimuthInclination);
PREP(showCenter);
PREP(showHeightDistance);
PREP(showDistance);
GVAR(holdKeyHandler) = -1;
GVAR(isKeyDownAzimuth) = false;
GVAR(isKeyDownDistance) = false;
GVAR(keyDownTimeAzimuth) = -1;
GVAR(keyDownTimeDistance) = -1;
GVAR(useMil) = false;
GVAR(useFeet) = false;