ACE3/addons/laser/initKeybinds.sqf

17 lines
411 B
Plaintext
Raw Normal View History

2016-05-30 16:37:03 +00:00
["ACE3 Equipment", QGVAR(LaserCodeUp), localize LSTRING(laserCodeUp),
{
[1] call FUNC(keyLaserCodeChange);
2016-05-30 16:37:03 +00:00
},
{false},
[16, [false, true, true]], false, 0] call CBA_fnc_addKeybind; // (ALT+CTRL+Q)
["ACE3 Equipment", QGVAR(LaserCodeDown), localize LSTRING(laserCodeDown),
{
[-1] call FUNC(keyLaserCodeChange);
2016-05-30 16:37:03 +00:00
},
{false},
[18, [false, true, true]], false, 0] call CBA_fnc_addKeybind; // (ALT+CTRL+E)