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

◆ CanReceiveItemIntoCargo()

override bool InventoryItem::CanReceiveItemIntoCargo ( EntityAI item)
inlineprotected

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

4142 {
4143 //removed 15.06. coz of loading from storage -> after load items in cargo was lost -> waiting for proper solution
4144 //if (GetHealthLevel() == GameConstants.STATE_RUINED)
4145 // return false;
4146
4147 return super.CanReceiveItemIntoCargo(item);
4148 }