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

◆ GetStatBordersBlood()

float ManBase::GetStatBordersBlood ( )
inlineprotected

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

5086 {
5087 float blood = GetHealth("","Blood");
5088 float blood_max = GetMaxHealth("","Blood");
5089 return GetStatLevelBorders(blood, PlayerConstants.SL_BLOOD_CRITICAL, PlayerConstants.SL_BLOOD_LOW, PlayerConstants.SL_BLOOD_NORMAL, PlayerConstants.SL_BLOOD_HIGH, blood_max);
5090 }
float GetStatLevelBorders(float stat_value, float critical, float low, float normal, float high, float max)
Определения PlayerBase.c:5108

Перекрестные ссылки GetStatLevelBorders(), PlayerConstants::SL_BLOOD_CRITICAL, PlayerConstants::SL_BLOOD_HIGH, PlayerConstants::SL_BLOOD_LOW и PlayerConstants::SL_BLOOD_NORMAL.