Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
dallasmask.c
Go to the documentation of this file.
1 class DallasMask extends ClothingBase
2 {
3  override protected void InitGlobalExclusionValues()
4  {
5  super.InitGlobalExclusionValues();
6 
7  AddSingleExclusionValueGlobal(EAttExclusions.EXCLUSION_MASK_0);
8  AddSingleExclusionValueGlobal(EAttExclusions.EXCLUSION_MASK_1);
9  AddSingleExclusionValueGlobal(EAttExclusions.EXCLUSION_MASK_2);
10  }
11 }
ClothingBase
Definition: dallasmask.c:1