Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions functions/HSC/fn_keydown.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@ _allowed pushBack (actionKeys "compass");
if({_dikCode in _x} count _allowed > 0) then {
_handled = false;
};

if (_handled) then {
_handled = call cba_events_fnc_keyHandlerDown;
};

_handled;

if(_dikCode in (actionKeys "nightVision")) then {
call ATHSC_fnc_toggleNV;
};
Expand Down