1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00
ACE3/addons/gforces/initSettings.inc.sqf

21 lines
559 B
Plaintext
Raw Normal View History

[
QGVAR(enabledFor),
"LIST",
[LLSTRING(enabledFor_displayName)],
LLSTRING(Category),
[[0, 1, 2], [LELSTRING(Common,Disabled), LLSTRING(enabledFor_onlyAircraft), LELSTRING(Common,Enabled)], 1],
true,
{[QGVAR(enabledFor), _this] call EFUNC(common,cbaSettings_settingChanged)},
true // Needs mission restart
] call CBA_fnc_addSetting;
[
QGVAR(coef),
"SLIDER",
[LLSTRING(Coefficient_DisplayName), LLSTRING(Coefficient_Description)],
LLSTRING(Category),
[0, 1, 1, 0, true],
true
] call CBA_fnc_addSetting;