ACE3/addons/common/initSettings.sqf

19 lines
470 B
Plaintext
Raw Normal View History

2018-01-02 13:57:19 +00:00
[
QGVAR(persistentLaserEnabled),
"CHECKBOX",
[LSTRING(SettingPersistentLaserName), LSTRING(SettingPersistentLaserDesc)],
localize LSTRING(ACEKeybindCategoryWeapons),
false,
false,
LINKFUNC(switchPersistentLaser)
2021-02-18 18:58:26 +00:00
] call CBA_fnc_addSetting;
2018-01-02 13:57:19 +00:00
[
QGVAR(allowFadeMusic),
"CHECKBOX",
[LSTRING(AllowFadeMusic), LSTRING(AllowFadeMusicTooltip)],
localize LSTRING(ACEKeybindCategoryCommon),
true,
true
2021-02-18 18:58:26 +00:00
] call CBA_fnc_addSetting;