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

◆ CanDisplayAttachmentSlot()

override bool FireplaceBase::CanDisplayAttachmentSlot ( int slot_id)
inlineprotected

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

128 {
129 string slot_name = InventorySlots.GetSlotName(slot_id);
130 if ( super.CanDisplayAttachmentSlot(slot_id) )
131 {
132 if ( slot_name != "CookingEquipment" || FindAttachmentBySlotName( "CookingTripod" ) )
133 return true;
134 }
135
136 return false;
137 }

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