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

◆ HasWetness()

bool Entity::HasWetness ( )
inlineprotected

См. определение в файле 3_Game/DayZ/Entities/EntityAI.c строка 2204

2205 {
2206 return GetWetMax() - GetWetMin() != 0;
2207 }
float GetWetMin()
float GetWetMax()

Перекрестные ссылки GetWetMax() и GetWetMin().