2015-01-14 06:24:17 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
PREP(abort);
|
|
|
|
PREP(config);
|
|
|
|
PREP(convertFOS);
|
|
|
|
PREP(modeDistanceAzimuth);
|
|
|
|
PREP(modeDistanceHeight);
|
|
|
|
PREP(modeFallOfShort);
|
|
|
|
PREP(modeRelativeAzimuthDistance);
|
|
|
|
PREP(modeRelativeDistance);
|
|
|
|
PREP(modeRelativeDistanceHeight);
|
|
|
|
PREP(settings);
|
|
|
|
PREP(tabAzimuthKey);
|
|
|
|
PREP(tabDistanceKey);
|
2015-01-15 06:18:57 +00:00
|
|
|
|
|
|
|
PREP(clearDisplay);
|
|
|
|
PREP(convertToTexturesDegree);
|
|
|
|
PREP(convertToTexturesDistance);
|
|
|
|
PREP(getDirection);
|
|
|
|
PREP(getDistance);
|
|
|
|
PREP(onKeyDown);
|
|
|
|
PREP(onKeyHold);
|
|
|
|
PREP(onKeyUp);
|
|
|
|
PREP(showAzimuth);
|
|
|
|
PREP(showCenter);
|
|
|
|
PREP(showDistance);
|
|
|
|
|
|
|
|
GVAR(isKeyDownAzimuth) = false;
|
|
|
|
GVAR(isKeyDownDistance) = false;
|
|
|
|
GVAR(keyDownTimeAzimuth) = -1;
|
|
|
|
GVAR(keyDownTimeDistance) = -1;
|
|
|
|
GVAR(useMil) = false;
|
|
|
|
GVAR(useFeet) = false;
|