mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Setting Cleanup - Make NoRadio global (#5782)
This commit is contained in:
parent
a270ca8a99
commit
0672b0da35
@ -27,7 +27,7 @@ if (hasInterface) then {
|
||||
}, true] call CBA_fnc_addPlayerEventHandler;
|
||||
};
|
||||
|
||||
[QGVAR(enabled), "CHECKBOX", [LSTRING(setting), LSTRING(setting_tooltip)], localize ELSTRING(common,ACEKeybindCategoryCommon), true, nil, {
|
||||
[QGVAR(enabled), "CHECKBOX", [LSTRING(setting), LSTRING(setting_tooltip)], format ["ACE - %1", localize ELSTRING(common,DisplayName)], true, true, {
|
||||
params ["_enabled"];
|
||||
|
||||
if (_enabled) then {
|
||||
|
@ -2,26 +2,6 @@ class CfgVehicles {
|
||||
class ACE_Module;
|
||||
class ACE_moduleAllowConfigExport: ACE_Module {
|
||||
scope = 1;
|
||||
displayName = CSTRING(AllowConfigExport_Module_DisplayName);
|
||||
//icon = "";
|
||||
category = "ACE";
|
||||
function = QUOTE(DFUNC(moduleAllowConfigExport));
|
||||
functionPriority = 1;
|
||||
isGlobal = 1;
|
||||
isSingular = 1;
|
||||
isTriggerActivated = 0;
|
||||
author = ECSTRING(common,ACETeam);
|
||||
class Arguments {
|
||||
class allowconfigurationExport {
|
||||
displayName = CSTRING(AllowConfigExport_allowconfigurationExport_DisplayName);
|
||||
description = CSTRING(AllowConfigExport_allowconfigurationExport_Description);
|
||||
typeName = "BOOL";
|
||||
defaultValue = 1;
|
||||
};
|
||||
};
|
||||
class ModuleDescription {
|
||||
description = CSTRING(AllowConfigExport_Module_Description);
|
||||
sync[] = {};
|
||||
};
|
||||
displayName = "Deprecated ACE Module";
|
||||
};
|
||||
};
|
||||
|
@ -3,7 +3,7 @@
|
||||
class CfgPatches {
|
||||
class ADDON {
|
||||
name = COMPONENT_NAME;
|
||||
units[] = {"ACE_moduleAllowConfigExport"};
|
||||
units[] = {};
|
||||
weapons[] = {};
|
||||
requiredVersion = REQUIRED_VERSION;
|
||||
requiredAddons[] = {"ace_common"};
|
||||
|
@ -75,7 +75,7 @@ class CfgVehicles {
|
||||
class VirtualMan_F;
|
||||
class GVAR(virtual): VirtualMan_F {
|
||||
author = ECSTRING(common,ACETeam);
|
||||
displayName = CSTRING(DisplayName);
|
||||
displayName = CSTRING(Settings_DisplayName);
|
||||
scope = 2;
|
||||
scopeArsenal = 0;
|
||||
scopeCurator = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user