ACE3/addons/sitting/initSettings.sqf
PabstMirror d46d59695f
Various - Fix setting var name (#8528)
* Scopes - Fix var name

* fix 2.5 more settings
2021-10-15 19:08:42 -05:00

11 lines
273 B
Plaintext

[
QXGVAR(enable),
"CHECKBOX",
[LSTRING(Enable), LSTRING(ModuleDescription)],
format ["ACE %1", LLSTRING(ModuleDisplayName)],
true,
true,
{[QGVAR(enable), _this] call EFUNC(common,cbaSettings_settingChanged)},
true
] call CBA_fnc_addSetting;