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

◆ CanProcessDecay()

bool InventoryItem::CanProcessDecay ( )
inlineprotected

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

4552 {
4553 // this is stub, implemented on Edible_Base class
4554 // used to determine whether it is still necessary for the food to decay
4555 return false;
4556 }