mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Updated debug settings
This commit is contained in:
parent
f7417377e5
commit
a4f2ad45d8
@ -1,14 +1,16 @@
|
||||
private _category = format ["ACE %1", localize LSTRING(Module_DisplayName)];
|
||||
|
||||
[
|
||||
QGVAR(debugOptions), "CHECKBOX",
|
||||
QGVAR(debugOptions),
|
||||
"CHECKBOX",
|
||||
[LSTRING(EnableDebugTrace), LSTRING(EnableDebugTrace_Desc)],
|
||||
[_category, LSTRING(Debug)],
|
||||
true
|
||||
] call CBA_fnc_addSetting;
|
||||
|
||||
[
|
||||
QGVAR(dbgSphere), "CHECKBOX",
|
||||
QGVAR(dbgSphere),
|
||||
"CHECKBOX",
|
||||
[LSTRING(HitSphereEnable), LSTRING(HitSphereEnable_Desc)],
|
||||
[_category, LSTRING(Debug)],
|
||||
false,
|
||||
@ -18,7 +20,8 @@ private _category = format ["ACE %1", localize LSTRING(Module_DisplayName)];
|
||||
] call CBA_fnc_addSetting;
|
||||
|
||||
[
|
||||
QGVAR(drawHitBox),"CHECKBOX",
|
||||
QGVAR(drawHitBox),
|
||||
"CHECKBOX",
|
||||
[LSTRING(DrawHitBox), LSTRING(DrawHitBox_Desc)],
|
||||
[_category, LSTRING(Debug)],
|
||||
true
|
||||
|
Loading…
Reference in New Issue
Block a user