ACE3/addons/laser/XEH_post_init.sqf

8 lines
227 B
Plaintext
Raw Normal View History

2016-05-30 16:37:03 +00:00
#include "script_component.hpp"
#include "initKeybinds.sqf"
2016-06-09 12:24:45 +00:00
["ace_laserOn", {_this call DFUNC(handleLaserOn)}] call CBA_fnc_addEventHandler;
["ace_laserOff", {_this call DFUNC(handleLaserOff)}] call CBA_fnc_addEventHandler;
2016-05-30 16:37:03 +00:00