2015-05-30 04:37:41 +00:00
|
|
|
class ACE_Module;
|
|
|
|
class ACE_ModuleExplosive: ACE_Module {
|
2015-05-27 20:04:41 +00:00
|
|
|
author = ECSTRING(common,ACETeam);
|
2015-04-06 20:20:11 +00:00
|
|
|
category = "ACE";
|
2015-05-27 17:04:25 +00:00
|
|
|
displayName = CSTRING(Module_DisplayName);
|
2015-04-06 20:20:11 +00:00
|
|
|
function = QUOTE(FUNC(module));
|
|
|
|
scope = 2;
|
|
|
|
isGlobal = 1;
|
|
|
|
icon = PATHTOF(UI\Icon_Module_Explosives_ca.paa);
|
|
|
|
class Arguments {
|
|
|
|
class RequireSpecialist {
|
2015-05-27 17:04:25 +00:00
|
|
|
displayName = CSTRING(RequireSpecialist_DisplayName);
|
|
|
|
description = CSTRING(RequireSpecialist_Description);
|
2015-04-06 20:20:11 +00:00
|
|
|
typeName = "BOOL";
|
2015-05-09 18:37:57 +00:00
|
|
|
defaultValue = 0;
|
2015-04-06 20:20:11 +00:00
|
|
|
};
|
|
|
|
class PunishNonSpecialists {
|
2015-05-27 17:04:25 +00:00
|
|
|
displayName = CSTRING(PunishNonSpecialists_DisplayName);
|
|
|
|
description = CSTRING(PunishNonSpecialists_Description);
|
2015-04-06 20:20:11 +00:00
|
|
|
typeName = "BOOL";
|
2015-05-09 18:37:57 +00:00
|
|
|
defaultValue = 1;
|
2015-06-06 09:11:00 +00:00
|
|
|
};
|
2015-06-06 18:04:58 +00:00
|
|
|
class ExplodeOnDefuse {
|
2015-07-28 19:42:23 +00:00
|
|
|
displayName = CSTRING(ExplodeOnDefuse_DisplayName);
|
|
|
|
description = CSTRING(ExplodeOnDefuse_Description);
|
2015-06-06 17:58:42 +00:00
|
|
|
typeName = "BOOL";
|
|
|
|
defaultValue = 1;
|
2015-04-06 20:20:11 +00:00
|
|
|
};
|
|
|
|
};
|
2015-05-30 05:31:07 +00:00
|
|
|
class ModuleDescription {
|
2015-05-27 17:04:25 +00:00
|
|
|
description = CSTRING(Module_Description);
|
2015-05-11 22:24:12 +00:00
|
|
|
};
|
2015-06-02 20:14:32 +00:00
|
|
|
};
|