mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
interaction: raise "interactionMenuOpened" ACE event locally
This commit is contained in:
parent
bce84d9a2d
commit
00e68c4540
@ -12,4 +12,7 @@ if (isNull (findDisplay 1713999)) then {
|
||||
(findDisplay 1713999) closeDisplay 1;
|
||||
};
|
||||
|
||||
// Raise custom event. @todo: remove
|
||||
[_player, "interactionMenuOpened", [_player, GVAR(Target), 1]] call EFUNC(common,callCustomEventHandlers);
|
||||
// Raise ACE localEvent
|
||||
["interactionMenuOpened", [_player, GVAR(Target), 1]] call EFUNC(common,localEvent);
|
||||
|
Loading…
Reference in New Issue
Block a user