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
PabstMirror 858e5def5a Interact menu event consistant
"interactMenuOpened",  to match event from 
2015-03-11 12:45:01 -05:00

6 lines
156 B
Plaintext

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