Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
witchhoodcoif_colorbase.c
Go to the documentation of this file.
1
class
WitchHoodCoif_ColorBase
:
HeadGear_Base
2
{
3
override
void
SetActions()
4
{
5
super.SetActions();
6
AddAction
(
ActionWringClothes
);
7
AddAction
(
ActionDeCraftWitchHoodCoif
);
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
};
20
class
WitchHoodCoif_Black
:
WitchHoodCoif_ColorBase
{};
21
class
WitchHoodCoif_Brown
:
WitchHoodCoif_ColorBase
{};
22
class
WitchHoodCoif_Red
:
WitchHoodCoif_ColorBase
{};
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
DAYZ
scripts_v1.24.157551
scripts
world
entities
itembase
clothing
witchhoodcoif_colorbase.c
Generated by
1.8.17