2015-04-05 00:17:43 +00:00
class CfgVehicles {
class ACE_Module ;
// TODO localization for all the modules
class ACE_moduleAllowConfigExport : ACE_Module {
scope = 2 ;
displayName = " Allow Config Export [ACE] " ;
//icon = "";
category = " ACE " ;
function = QUOTE ( DFUNC ( moduleAllowConfigExport ) ) ;
functionPriority = 1 ;
isGlobal = 1 ;
isTriggerActivated = 0 ;
author = " $STR_ACE_Common_ACETeam " ;
class Arguments {
class allowconfigurationExport {
displayName = " Allow " ;
description = " Allow export of all settings to a server config formatted. " ;
typeName = " BOOL " ;
2015-04-05 21:08:42 +00:00
defaultValue = 1 ;
2015-04-05 00:17:43 +00:00
} ;
} ;
class ModuleDescription {
description = " When allowed, you have access to the settings modification and export in SP. Clicking export will place the formated config on your clipboard. " ;
sync [ ] = { } ;
} ;
} ;
} ;