ACE3/addons/fcs/XEH_clientInit.sqf

10 lines
243 B
Plaintext
Raw Normal View History

#include "script_component.hpp"
GVAR(enabled) = false;
2015-01-12 10:06:27 +00:00
GVAR(time) = 0;
GVAR(position) = [0,0,0];
2015-01-18 15:42:33 +00:00
2015-02-03 22:03:43 +00:00
#include "initKeybinds.sqf"
// Register event for global updates
2015-04-04 23:55:53 +00:00
[QGVAR(forceUpdate), FUNC(onForceUpdate)] call ace_common_fnc_addEventHandler;