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

◆ CanReceiveItemIntoCargo()

override bool InventoryItem::CanReceiveItemIntoCargo ( EntityAI item)
inlineprotected

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

4192 {
4193 //removed 15.06. coz of loading from storage -> after load items in cargo was lost -> waiting for proper solution
4194 //if (GetHealthLevel() == GameConstants.STATE_RUINED)
4195 // return false;
4196
4197 return super.CanReceiveItemIntoCargo(item);
4198 }