DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
WinterCoif_ColorBase.c
См. документацию.
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)
Определения
AdvancedCommunication.c:220
ActionWringClothes
Определения
ActionWringClothes.c:13
HeadGear_Base::GetAttachmentExclusionInitSlotValue
set< int > GetAttachmentExclusionInitSlotValue(int slotId)
Определения
WinterCoif_ColorBase.c:9
HeadGear_Base::SetActions
override void SetActions()
Определения
WinterCoif_ColorBase.c:3
HeadGear_Base
hard helmet base
Определения
BaseballCap_ColorBase.c:2
InventorySlots
provides access to slot configuration
Определения
InventorySlots.c:6
WinterCoif_ColorBase
Определения
WinterCoif_ColorBase.c:19
Ishodniki
scripts
4_World
Entities
ItemBase
Clothing
WinterCoif_ColorBase.c
Создано системой
1.13.2