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

◆ CanProcessDecay()

bool InventoryItem::CanProcessDecay ( )
inlineprotected

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

4640 {
4641 // this is stub, implemented on Edible_Base class
4642 // used to determine whether it is still necessary for the food to decay
4643 return false;
4644 }