mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
44e0fdb6fa
* Reload code cleanup * Update fnc_startLinkingBelt.sqf * Update addons/reload/functions/fnc_getAmmoToLinkBelt.sqf Co-authored-by: Jouni Järvinen <rautamiekka@users.noreply.github.com> --------- Co-authored-by: Jouni Järvinen <rautamiekka@users.noreply.github.com>
16 lines
446 B
Plaintext
16 lines
446 B
Plaintext
[
|
|
QGVAR(displayText),
|
|
"CHECKBOX",
|
|
[LSTRING(SettingDisplayTextName), LSTRING(SettingDisplayTextDesc)],
|
|
ELSTRING(common,ACEKeybindCategoryWeapons),
|
|
true // default value
|
|
] call CBA_fnc_addSetting;
|
|
|
|
[
|
|
QGVAR(showCheckAmmoSelf),
|
|
"CHECKBOX",
|
|
[LSTRING(SettingShowCheckAmmoSelf), LSTRING(SettingShowCheckAmmoSelfDesc)],
|
|
ELSTRING(common,ACEKeybindCategoryWeapons),
|
|
false // default value
|
|
] call CBA_fnc_addSetting;
|