Dayz Explorer
1.28.160049
Loading...
Searching...
No Matches
wintercoif_colorbase.c
Go to the documentation of this file.
1
class
WinterCoif_ColorBase
extends
HeadGear_Base
2
{
3
override
void
SetActions
()
4
{
5
super.SetActions();
6
AddAction
(
ActionWringClothes
);
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
{};
AddAction
void AddAction(typename actionName)
Definition
advancedcommunication.c:220
SetActions
void SetActions()
Definition
advancedcommunication.c:213
ActionWringClothes
Definition
actionwringclothes.c:13
HeadGear_Base
hard helmet base
Definition
baseballcap_colorbase.c:2
HeadGear_Base::GetAttachmentExclusionInitSlotValue
set< int > GetAttachmentExclusionInitSlotValue(int slotId)
Definition
wintercoif_colorbase.c:9
InventorySlots
provides access to slot configuration
Definition
inventoryslots.c:6
WinterCoif_ColorBase
Definition
wintercoif_colorbase.c:19
Daten
4_world
entities
itembase
clothing
wintercoif_colorbase.c
Generated by
1.12.0