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

◆ GetStatBordersToxicity()

float ManBase::GetStatBordersToxicity ( )
inlineprotected

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

5079 {
5080 float toxicity = GetStatToxicity().Get();
5081 float toxicity_max = GetStatToxicity().GetMax();
5082 return GetStatLevelBorders(toxicity, PlayerConstants.SL_HEALTH_CRITICAL, PlayerConstants.SL_HEALTH_LOW, PlayerConstants.SL_HEALTH_NORMAL, PlayerConstants.SL_HEALTH_HIGH, toxicity_max);
5083 }
PlayerStat< float > GetStatToxicity()
Определения PlayerBase.c:7601
float GetStatLevelBorders(float stat_value, float critical, float low, float normal, float high, float max)
Определения PlayerBase.c:5108

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