ACE3/addons/atragmx/XEH_postInit.sqf
2024-03-28 13:57:23 -05:00

11 lines
228 B
Plaintext

#include "script_component.hpp"
if (!hasInterface) exitWith {};
#include "initKeybinds.inc.sqf"
GVAR(active) = false;
GVAR(initialised) = false;
[QEGVAR(vector,rangefinderData), LINKFUNC(sord)] call CBA_fnc_addEventHandler;