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

◆ CanReceiveItemIntoCargo()

override bool InventoryItem::CanReceiveItemIntoCargo ( EntityAI item)
inlineprotected

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

4072 {
4073 //removed 15.06. coz of loading from storage -> after load items in cargo was lost -> waiting for proper solution
4074 //if (GetHealthLevel() == GameConstants.STATE_RUINED)
4075 // return false;
4076
4077 return super.CanReceiveItemIntoCargo(item);
4078 }