ACE3/addons/common/initSettings.sqf
2021-07-22 11:59:17 -05:00

19 lines
476 B
Plaintext

[
QGVAR(persistentLaserEnabled),
"CHECKBOX",
[LSTRING(SettingPersistentLaserName), LSTRING(SettingPersistentLaserDesc)],
localize LSTRING(ACEKeybindCategoryWeapons),
false,
false,
LINKFUNC(switchPersistentLaser)
] call CBA_fnc_addSetting;
[
QGVAR(allowFadeMusic),
"CHECKBOX",
[LSTRING(AllowFadeMusic), LSTRING(AllowFadeMusicTooltip)],
format ["ACE %1", localize LSTRING(DisplayName)],
true,
true
] call CBA_fnc_addSetting;