Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
wintercoif_colorbase.c
Go to the documentation of this file.
2 {
3  override void SetActions()
4  {
5  super.SetActions();
7  }
8 
9  override protected set<int> GetAttachmentExclusionInitSlotValue(int slotId)
10  {
11  set<int> ret = super.GetAttachmentExclusionInitSlotValue(slotId);
12  if (slotId == InventorySlots.HEADGEAR)
13  {
14  ret.Insert(EAttExclusions.EXCLUSION_MASK_3);
15  }
16  return ret;
17  }
18 };
19 class WinterCoif_Black extends WinterCoif_ColorBase {};
20 class WinterCoif_Blue extends WinterCoif_ColorBase {};
21 class WinterCoif_Green extends WinterCoif_ColorBase {};
22 class WinterCoif_Skull extends WinterCoif_ColorBase {};
InventorySlots
provides access to slot configuration
Definition: inventoryslots.c:5
HeadGear_Base
hard helmet base
Definition: baseballcap_colorbase.c:1
AddAction
void AddAction(typename actionName)
Definition: advancedcommunication.c:86
SetActions
void SetActions()
Definition: advancedcommunication.c:79
WinterCoif_ColorBase
Definition: wintercoif_colorbase.c:19
ActionWringClothes
Definition: actionwringclothes.c:12