ACE3/addons/atragmx/XEH_postInit.sqf
2017-02-24 19:20:27 -06:00

9 lines
200 B
Plaintext

#include "script_component.hpp"
#include "initKeybinds.sqf"
GVAR(active) = false;
GVAR(initialised) = false;
[QEGVAR(vector,rangefinderData), {_this call FUNC(sord)}] call CBA_fnc_addEventHandler;