Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
witchhoodcoif_colorbase.c
Go to the documentation of this file.
2 {
3  override void SetActions()
4  {
5  super.SetActions();
8  }
9 
10  override protected set<int> GetAttachmentExclusionInitSlotValue(int slotId)
11  {
12  set<int> ret = super.GetAttachmentExclusionInitSlotValue(slotId);
13  if (slotId == InventorySlots.HEADGEAR)
14  {
15  ret.Insert(EAttExclusions.LEGACY_MASK_HEADGEAR); //same as 'noMask' used to be
16  }
17  return ret;
18  }
19 };
InventorySlots
provides access to slot configuration
Definition: inventoryslots.c:5
WitchHoodCoif_ColorBase
Definition: witchhoodcoif_colorbase.c:1
ActionDeCraftWitchHoodCoif
ActionDestroyCombinationLockCB ActionDeCraftWitchHoodCoif
HeadGear_Base
hard helmet base
Definition: baseballcap_colorbase.c:1
WitchHoodCoif_Black
Definition: witchhoodcoif_colorbase.c:20
AddAction
void AddAction(typename actionName)
Definition: advancedcommunication.c:86
WitchHoodCoif_Red
Definition: witchhoodcoif_colorbase.c:22
WitchHoodCoif_Brown
Definition: witchhoodcoif_colorbase.c:21
ActionWringClothes
Definition: actionwringclothes.c:12