DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
PaydayMask_ColorBase.c
См. документацию.
1
class
PaydayMask_ColorBase
:
Mask_Base
2
{
3
override
protected
set<int>
GetAttachmentExclusionInitSlotValue
(
int
slotId)
4
{
5
set<int> ret = super.GetAttachmentExclusionInitSlotValue(slotId);
6
if
(slotId ==
InventorySlots
.MASK)
7
{
8
ret.Insert(EAttExclusions.LEGACY_HEADGEAR_MASK);
//same as 'noHeadgear' used to be
9
}
10
return
ret;
11
}
12
};
13
14
class
PaydayMask_Dallas
:
PaydayMask_ColorBase
{};
15
class
PaydayMask_Hoxton
:
PaydayMask_ColorBase
{};
16
class
PaydayMask_Wolf
:
PaydayMask_ColorBase
{};
17
class
PaydayMask_Chains
:
PaydayMask_ColorBase
{};
InventorySlots
provides access to slot configuration
Определения
InventorySlots.c:6
Mask_Base
gas mask base
Определения
Balaclava3Holes_ColorBase.c:2
PaydayMask_Chains
Определения
PaydayMask_ColorBase.c:17
PaydayMask_ColorBase::GetAttachmentExclusionInitSlotValue
set< int > GetAttachmentExclusionInitSlotValue(int slotId)
Определения
PaydayMask_ColorBase.c:3
PaydayMask_ColorBase
Определения
PaydayMask_ColorBase.c:2
PaydayMask_Dallas
Определения
PaydayMask_ColorBase.c:14
PaydayMask_Hoxton
Определения
PaydayMask_ColorBase.c:15
PaydayMask_Wolf
Определения
PaydayMask_ColorBase.c:16
Ishodniki
scripts
4_World
Entities
ItemBase
Clothing
PaydayMask_ColorBase.c
Создано системой
1.13.2