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

◆ CanProcessDecay()

bool InventoryItem::CanProcessDecay ( )
inlineprotected

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

4624 {
4625 // this is stub, implemented on Edible_Base class
4626 // used to determine whether it is still necessary for the food to decay
4627 return false;
4628 }