ACE3/addons/disarming/XEH_postInit.sqf

5 lines
212 B
Plaintext
Raw Normal View History

2015-02-11 01:55:53 +00:00
#include "script_component.hpp"
["Disarm", {_this call FUNC(startDisarmTarget)}] call EFUNC(common,addEventHandler);
["DisarmFinished", {_this call FUNC(finishDisarmCaller)}] call EFUNC(common,addEventHandler);