2023-10-24 04:57:05 +00:00
|
|
|
[
|
|
|
|
QGVAR(weightCoefficient),
|
|
|
|
"SLIDER",
|
|
|
|
[LSTRING(weightCoefficient_DisplayName), LSTRING(weightCoefficient_Description)],
|
|
|
|
LLSTRING(SettingsName),
|
|
|
|
[0, 2, 1, 2],
|
|
|
|
true
|
|
|
|
] call CBA_fnc_addSetting;
|
|
|
|
|
2021-04-20 11:33:58 +00:00
|
|
|
[
|
|
|
|
QGVAR(dragAndFire),
|
|
|
|
"CHECKBOX",
|
|
|
|
[LSTRING(DragAndFire_DisplayName), LSTRING(DragAndFire_Description)],
|
2023-07-23 23:07:37 +00:00
|
|
|
LLSTRING(SettingsName),
|
|
|
|
true
|
2021-04-20 11:33:58 +00:00
|
|
|
] call CBA_fnc_addSetting;
|
2023-07-22 03:30:40 +00:00
|
|
|
|
|
|
|
[
|
|
|
|
QGVAR(allowRunWithLightweight),
|
|
|
|
"CHECKBOX",
|
|
|
|
[LSTRING(allowRunWithLightweight_DisplayName), LSTRING(allowRunWithLightweight_Description)],
|
2023-10-24 04:57:05 +00:00
|
|
|
LLSTRING(SettingsName),
|
2023-07-22 03:30:40 +00:00
|
|
|
true,
|
2024-03-26 12:50:21 +00:00
|
|
|
1
|
2023-07-22 03:30:40 +00:00
|
|
|
] call CBA_fnc_addSetting;
|
|
|
|
|
|
|
|
[
|
|
|
|
QGVAR(skipContainerWeight),
|
|
|
|
"CHECKBOX",
|
|
|
|
[LSTRING(skipContainerWeight_DisplayName), LSTRING(skipContainerWeight_Description)],
|
2023-10-24 04:57:05 +00:00
|
|
|
LLSTRING(SettingsName),
|
2023-07-22 03:30:40 +00:00
|
|
|
false,
|
2024-03-26 12:50:21 +00:00
|
|
|
1
|
2023-07-22 03:30:40 +00:00
|
|
|
] call CBA_fnc_addSetting;
|