ACE3/addons/disarming/XEH_postInit.sqf

5 lines
224 B
Plaintext
Raw Normal View History

2015-02-11 01:55:53 +00:00
#include "script_component.hpp"
2015-02-28 00:38:23 +00:00
["DisarmDropItems", {_this call FUNC(eventTargetStart)}] call EFUNC(common,addEventHandler);
2015-02-27 22:16:35 +00:00
["DisarmDebugCallback", {_this call FUNC(eventCallerFinish)}] call EFUNC(common,addEventHandler);