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

◆ CanReceiveItemIntoCargo()

override bool Cauldron::CanReceiveItemIntoCargo ( EntityAI item)
inlineprivate

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

64 {
65 if (!super.CanReceiveItemIntoCargo(item))
66 return false;
67
68 if (IsCargoException4x3(item))
69 return false;
70
71 //is 'this' somewhere in cargo?
72 if (!GetInventory().AreChildrenAccessible())
73 return false;
74
75 return true;
76 }
bool IsCargoException4x3(EntityAI item)
Определения ItemBase.c:9419

Перекрестные ссылки IsCargoException4x3().