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

◆ CanProcessDecay()

override bool CanProcessDecay ( )

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

35 {
36 return !GetIsFrozen() && !( GetAgents() & eAgents.FOOD_POISON );
37 }
eAgents
Определения EAgents.c:3
override int GetAgents()
Определения ItemBase.c:8668