ACE3/addons/logistics_wirecutter/XEH_clientInit.sqf
2016-05-24 14:13:11 +01:00

6 lines
154 B
Plaintext

#include "script_component.hpp"
if (!hasInterface) exitWith {};
["ace_interactMenuOpened", {_this call FUNC(interactEH)}] call CBA_fnc_addEventHandler;