Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
dirtbikehelmet_colorbase.c
Go to the documentation of this file.
2{
3 //Debug menu Spawn Ground Special
4 override void OnDebugSpawn()
5 {
6 EntityAI entity;
7 if ( Class.CastTo(entity, this) )
8 {
9 entity.GetInventory().CreateInInventory( "DirtBikeHelmet_Visor" );
10 entity.GetInventory().CreateInInventory( "DirtBikeHelmet_Mouthguard" );
11 }
12 }
13}
14
15class DirtBikeHelmet_Green extends DirtBikeHelmet_ColorBase {};
16class DirtBikeHelmet_Chernarus extends DirtBikeHelmet_ColorBase {};
17class DirtBikeHelmet_Khaki extends DirtBikeHelmet_ColorBase {};
18class DirtBikeHelmet_Police extends DirtBikeHelmet_ColorBase {};
19class DirtBikeHelmet_Red extends DirtBikeHelmet_ColorBase {};
20class DirtBikeHelmet_Black extends DirtBikeHelmet_ColorBase {};
21class DirtBikeHelmet_Blue extends DirtBikeHelmet_ColorBase {};
22
25{
26 override protected void InitGlobalExclusionValues()
27 {
28 super.InitGlobalExclusionValues();
29
30 AddSingleExclusionValueGlobal(EAttExclusions.EXCLUSION_MASK_2);
31
32 AddSingleExclusionValueGlobal(EAttExclusions.SHAVING_HEADGEAR_ATT_0);
33 }
34};
Super root of all classes in Enforce script.
Definition enscript.c:11
class Hatchback_02_Blue extends Hatchback_02 OnDebugSpawn