mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Add "interact_keyDown" local event to interactMenu
This commit is contained in:
parent
1dd270812d
commit
49cef030d5
@ -19,5 +19,7 @@ if(!GVAR(keyDown)) then {
|
||||
|
||||
GVAR(keyDown) = true;
|
||||
GVAR(keyDownTime) = diag_tickTime;
|
||||
|
||||
["interact_keyDown", []] call EFUNC(common,localEvent);
|
||||
};
|
||||
true
|
||||
|
Loading…
Reference in New Issue
Block a user