ACE3/TO_MERGE/ace/arty_m119/fnc_m137_keyUp.sqf

11 lines
230 B
Plaintext

//fnc_m137_keyUp.sqf
#include "script_component.hpp"
PARAMS_4(_ctrl,_code,_shift,_ctrl);
_code = _this select 1;
if(_code == 0x2A) then {
GVAR(m137_shift) = false;
};
if(_code == 29) then {
GVAR(m137_ctrl) = false;
};