DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
GetAttachmentExclusionInitSlotValue()
[2/2]
set<
int
> Mask_Base::GetAttachmentExclusionInitSlotValue
(
int
slotId
)
inline
protected
См. определение в файле
Clothing_Base.c
строка
179
180
{
181
set<int> ret = super.GetAttachmentExclusionInitSlotValue(slotId);
182
if
(slotId == InventorySlots.MASK)
183
{
184
ret.Insert(EAttExclusions.SHAVING_MASK_ATT_0);
185
}
186
return
ret;
187
}
Mask_Base
Создано системой
1.13.2