mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Toggle help key
This commit is contained in:
parent
78e17c4bdc
commit
e823ec681d
@ -222,6 +222,13 @@ switch (toLower _mode) do {
|
||||
case 32: { // D
|
||||
GVAR(camDolly) set [3,true];
|
||||
};
|
||||
case 35: { // H
|
||||
private ["_help","_dsiplay","_show"];
|
||||
_help = _dsiplay displayCtrl IDC_HELP;
|
||||
_show = !ctrlShown _help;
|
||||
|
||||
_help ctrlShow _show;
|
||||
};
|
||||
case 44: { // Z
|
||||
GVAR(camBoom) set [1,true];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user