forge/arma/client/addons/actor/initKeybinds.inc.sqf
2026-05-23 09:23:12 -05:00

9 lines
269 B
Plaintext

#include "\forge\forge_client\addons\main\data\hpp\defineDIKCodes.hpp"
[
_category, QGVAR(ForgeIMenu),
[LSTRING(iMenu), LSTRING(iMenuTooltip)], {
call FUNC(openUI)
}, {}, [DIK_TAB, false, false, false] // Default keybind
] call CBA_fnc_addKeybind;