mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
19 lines
476 B
Plaintext
19 lines
476 B
Plaintext
[
|
|
QGVAR(persistentLaserEnabled),
|
|
"CHECKBOX",
|
|
[LSTRING(SettingPersistentLaserName), LSTRING(SettingPersistentLaserDesc)],
|
|
localize LSTRING(ACEKeybindCategoryWeapons),
|
|
false,
|
|
false,
|
|
LINKFUNC(switchPersistentLaser)
|
|
] call CBA_settings_fnc_init;
|
|
|
|
[
|
|
QGVAR(allowFadeMusic),
|
|
"CHECKBOX",
|
|
[LSTRING(AllowFadeMusic), LSTRING(AllowFadeMusicTooltip)],
|
|
localize LSTRING(ACEKeybindCategoryCommon),
|
|
true,
|
|
true
|
|
] call CBA_settings_fnc_init;
|