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

◆ EEItemAttached()

override void EEItemAttached ( EntityAI item,
string slot_name )
protected

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

333 {
334 super.EEItemAttached(item, slot_name);
335
336 //cookware
337 if (item.IsCookware())
338 SetCookingEquipment(ItemBase.Cast(item));
339 }
void SetCookingEquipment(ItemBase equipment)
Определения FireplaceBase.c:592

Перекрестные ссылки FireplaceBase::SetCookingEquipment().