ACE3/addons/atragmx/XEH_postInit.sqf

9 lines
200 B
Plaintext
Raw Normal View History

#include "script_component.hpp"
#include "initKeybinds.sqf"
GVAR(active) = false;
GVAR(initialised) = false;
2016-05-24 23:44:56 +00:00
[QEGVAR(vector,rangefinderData), {_this call FUNC(sord)}] call CBA_fnc_addEventHandler;