ACE3/addons/advanced_ballistics/initKeybinds.sqf

11 lines
347 B
Plaintext
Raw Normal View History

2015-05-28 19:59:04 +00:00
["ACE3 Equipment", QGVAR(ProtractorKey), localize LSTRING(ProtractorKey),
2015-04-05 19:08:55 +00:00
{
// Conditions: canInteract
if !([ACE_player, objNull, []] call EFUNC(common,canInteractWith)) exitWith {false};
2015-04-06 03:02:34 +00:00
2015-04-05 19:08:55 +00:00
// Statement
[] call FUNC(displayProtractor);
},
{false},
[37, [true, true, false]], false, 0] call CBA_fnc_addKeybind; // (CTRL + SHIFT + K)