Dayz Explorer
1.28.160049
Loading...
Searching...
No Matches
chainmail_coif.c
Go to the documentation of this file.
1
class
Chainmail_Coif
extends
HeadGear_Base
2
{
3
override
protected
set<int>
GetAttachmentExclusionInitSlotValue
(
int
slotId)
4
{
5
set<int> ret = super.GetAttachmentExclusionInitSlotValue(slotId);
6
if
(slotId ==
InventorySlots
.HEADGEAR)
7
{
8
ret.Insert(EAttExclusions.LEGACY_MASK_HEADGEAR);
//same as 'noMask' used to be
9
10
ret.Insert(EAttExclusions.SHAVING_HEADGEAR_ATT_0);
11
}
12
return
ret;
13
}
14
};
HeadGear_Base
hard helmet base
Definition
baseballcap_colorbase.c:2
HeadGear_Base::GetAttachmentExclusionInitSlotValue
set< int > GetAttachmentExclusionInitSlotValue(int slotId)
Definition
chainmail_coif.c:3
InventorySlots
provides access to slot configuration
Definition
inventoryslots.c:6
Daten
4_world
entities
itembase
clothing
chainmail_coif.c
Generated by
1.12.0