Files
ACE3/addons/viewports/initSettings.inc.sqf
2023-12-07 03:20:47 +00:00

10 lines
326 B
Plaintext

[
QGVAR(enabled), "CHECKBOX",
[LELSTRING(common,Enabled), LLSTRING(setting_enabled_description)],
[ELSTRING(common,ACEKeybindCategoryVehicles), LSTRING(addon_displayname)],
true,
true,
{},
false // Doesn't need full mission restart, but you have to exit and re-enter vic
] call CBA_fnc_addSetting;