ACE3/addons/logistics_wirecutter/XEH_clientInit.sqf

6 lines
154 B
Plaintext
Raw Normal View History

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