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

◆ CanDisplayAttachmentSlot()

override bool FireplaceBase::CanDisplayAttachmentSlot ( int slot_id)
inlineprotected

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

120 {
121 string slot_name = InventorySlots.GetSlotName(slot_id);
122 if ( super.CanDisplayAttachmentSlot(slot_id) )
123 {
124 if ( slot_name != "CookingEquipment" || FindAttachmentBySlotName( "CookingTripod" ) )
125 return true;
126 }
127
128 return false;
129 }

Перекрестные ссылки InventorySlots::GetSlotName().