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

9 lines
282 B
Plaintext

#include "\forge\forge_client\addons\main\data\hpp\defineDIKCodes.hpp"
[
_category, QGVAR(key_doTheThing),
[LSTRING(doTheThing_name), LSTRING(doTheThing_tooltip)], {
// ...
}, {}, [DIK_KEYNAME, _shift, _ctrl, _alt] // Default keybind
] call CBA_fnc_addKeybind;