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

◆ GetStatBordersToxicity()

float ManBase::GetStatBordersToxicity ( )
inlineprotected

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

5233 {
5234 float toxicity = GetStatToxicity().Get();
5235 float toxicity_max = GetStatToxicity().GetMax();
5236 return GetStatLevelBorders(toxicity, PlayerConstants.SL_HEALTH_CRITICAL, PlayerConstants.SL_HEALTH_LOW, PlayerConstants.SL_HEALTH_NORMAL, PlayerConstants.SL_HEALTH_HIGH, toxicity_max);
5237 }
PlayerStat< float > GetStatToxicity()
Определения PlayerBase.c:7852
float GetStatLevelBorders(float stat_value, float critical, float low, float normal, float high, float max)
Определения PlayerBase.c:5262

Перекрестные ссылки GetStatLevelBorders(), GetStatToxicity(), PlayerConstants::SL_HEALTH_CRITICAL, PlayerConstants::SL_HEALTH_HIGH, PlayerConstants::SL_HEALTH_LOW и PlayerConstants::SL_HEALTH_NORMAL.