mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
menuClosed event before variable clearing
This commit is contained in:
parent
cb1b0c6262
commit
246d303943
@ -46,6 +46,8 @@ if(GVAR(actionSelected)) then {
|
||||
};
|
||||
};
|
||||
|
||||
["interactMenuClosed", [GVAR(openedMenuType)]] call EFUNC(common,localEvent);
|
||||
|
||||
GVAR(keyDown) = false;
|
||||
GVAR(keyDownSelfAction) = false;
|
||||
GVAR(openedMenuType) = -1;
|
||||
@ -54,6 +56,4 @@ GVAR(expanded) = false;
|
||||
GVAR(lastPath) = [];
|
||||
GVAR(menuDepthPath) = [];
|
||||
|
||||
["interactMenuClosed", [GVAR(openedMenuType)]] call EFUNC(common,localEvent);
|
||||
|
||||
true
|
||||
|
Loading…
Reference in New Issue
Block a user