mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
a6ced105ee
* Add novehicleclanlogo component * Documentation * Update README.md * Use selection name from vehicle config
12 lines
264 B
Plaintext
12 lines
264 B
Plaintext
private _category = [ELSTRING(common,ACEKeybindCategoryVehicles), LSTRING(DisplayName)],;
|
|
|
|
[
|
|
QGVAR(enabled), "CHECKBOX",
|
|
[LELSTRING(common,Enabled), LSTRING(Enabled_Tooltip)],
|
|
_category,
|
|
false,
|
|
true,
|
|
{},
|
|
true
|
|
] call CBA_fnc_addSetting;
|