ACE3/addons/logistics_wirecutter/XEH_clientInit.sqf

6 lines
154 B
Plaintext
Raw Normal View History

#include "script_component.hpp"
if (!hasInterface) exitWith {};
2016-05-24 13:13:11 +00:00
["ace_interactMenuOpened", {_this call FUNC(interactEH)}] call CBA_fnc_addEventHandler;