mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
858e5def5a
"interactMenuOpened", to match event from #191
6 lines
156 B
Plaintext
6 lines
156 B
Plaintext
#include "script_component.hpp"
|
|
|
|
if (!hasInterface) exitWith {};
|
|
|
|
["interactMenuOpened", {_this call FUNC(interactEH)}] call EFUNC(common,addEventHandler);
|