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

formatting changes

Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
This commit is contained in:
lambdatiger 2024-01-17 18:24:54 -06:00 committed by GitHub
parent 3cc300a04d
commit b6891b729d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 7 deletions

@ -17,9 +17,6 @@
TRACE_1("Beginning blacklist init", GVAR(blackList));
if (!ADDON) then {
[FUNC(initBlackList), [], 1] call CBA_fnc_waitAndExecute;
};
// could improve text parsing of CBA setting string
private _convArray = parseSimpleArray GVAR(blackList);

@ -4,7 +4,7 @@
* This function checks whether an ammunition type should cause spalling.
*
* Arguments:
* 0: _ammo <STRING> - cfgAmmo type of ammo to check
* 0: Type of ammo to check <STRING>
*
* Return Value:
* Whether the round type would spall when hitting an object <BOOL>

@ -25,8 +25,9 @@ private _category = format ["ACE %1", localize LSTRING(Module_DisplayName)];
] call CBA_fnc_addSetting;
[
QGVAR(fragSimComplexity), "LIST",
[LSTRING(FragMode), LSTRING(FragMode_Desc)],
QGVAR(fragSimComplexity),
"LIST",
[LSTRING(FragMode), LSTRING(FragMode_Desc)],
[_category, LSTRING(Frag)],
[[2, 1, 0], [LSTRING(FragMode_Opt2),LSTRING(FragMode_Opt1),LSTRING(FragMode_Opt0)], 2],
1
@ -46,7 +47,7 @@ private _category = format ["ACE %1", localize LSTRING(Module_DisplayName)];
[_category, LSTRING(Frag)],
QUOTE(['B_556x45_Ball']),
1,
nil,
{},
true
] call CBA_fnc_addSetting;