DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ GetAttachmentExclusionInitSlotValue()

set< int > PaydayMask_ColorBase::GetAttachmentExclusionInitSlotValue ( int slotId)
inlineprotected

См. определение в файле PaydayMask_ColorBase.c строка 3

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 }