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

◆ GetStatBordersToxicity()

float ManBase::GetStatBordersToxicity ( )
inlineprotected

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

5089 {
5090 float toxicity = GetStatToxicity().Get();
5091 float toxicity_max = GetStatToxicity().GetMax();
5092 return GetStatLevelBorders(toxicity, PlayerConstants.SL_HEALTH_CRITICAL, PlayerConstants.SL_HEALTH_LOW, PlayerConstants.SL_HEALTH_NORMAL, PlayerConstants.SL_HEALTH_HIGH, toxicity_max);
5093 }
PlayerStat< float > GetStatToxicity()
Определения PlayerBase.c:7609
float GetStatLevelBorders(float stat_value, float critical, float low, float normal, float high, float max)
Определения PlayerBase.c:5118

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