ACE3/addons/logistics_wirecutter/XEH_clientInit.sqf

6 lines
156 B
Plaintext
Raw Normal View History

#include "script_component.hpp"
if (!hasInterface) exitWith {};
["interactMenuOpened", {_this call FUNC(interactEH)}] call EFUNC(common,addEventHandler);