1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00
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;