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

◆ GetAttachmentExclusionInitSlotValue() [4/4]

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

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

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 }