Updated debug settings

This commit is contained in:
lambdatiger 2024-01-17 21:53:20 -06:00
parent f7417377e5
commit a4f2ad45d8

View File

@ -1,14 +1,16 @@
private _category = format ["ACE %1", localize LSTRING(Module_DisplayName)]; private _category = format ["ACE %1", localize LSTRING(Module_DisplayName)];
[ [
QGVAR(debugOptions), "CHECKBOX", QGVAR(debugOptions),
"CHECKBOX",
[LSTRING(EnableDebugTrace), LSTRING(EnableDebugTrace_Desc)], [LSTRING(EnableDebugTrace), LSTRING(EnableDebugTrace_Desc)],
[_category, LSTRING(Debug)], [_category, LSTRING(Debug)],
true true
] call CBA_fnc_addSetting; ] call CBA_fnc_addSetting;
[ [
QGVAR(dbgSphere), "CHECKBOX", QGVAR(dbgSphere),
"CHECKBOX",
[LSTRING(HitSphereEnable), LSTRING(HitSphereEnable_Desc)], [LSTRING(HitSphereEnable), LSTRING(HitSphereEnable_Desc)],
[_category, LSTRING(Debug)], [_category, LSTRING(Debug)],
false, false,
@ -18,7 +20,8 @@ private _category = format ["ACE %1", localize LSTRING(Module_DisplayName)];
] call CBA_fnc_addSetting; ] call CBA_fnc_addSetting;
[ [
QGVAR(drawHitBox),"CHECKBOX", QGVAR(drawHitBox),
"CHECKBOX",
[LSTRING(DrawHitBox), LSTRING(DrawHitBox_Desc)], [LSTRING(DrawHitBox), LSTRING(DrawHitBox_Desc)],
[_category, LSTRING(Debug)], [_category, LSTRING(Debug)],
true true