Setting Cleanup - Make NoRadio global (#5782)

This commit is contained in:
PabstMirror
2017-11-17 16:41:03 -06:00
committed by GitHub
parent a270ca8a99
commit 0672b0da35
4 changed files with 4 additions and 24 deletions

View File

@ -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";
};
};