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

◆ GetStatBordersBlood()

float ManBase::GetStatBordersBlood ( )
inlineprotected

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

5240 {
5241 float blood = GetHealth("","Blood");
5242 float blood_max = GetMaxHealth("","Blood");
5243 return GetStatLevelBorders(blood, PlayerConstants.SL_BLOOD_CRITICAL, PlayerConstants.SL_BLOOD_LOW, PlayerConstants.SL_BLOOD_NORMAL, PlayerConstants.SL_BLOOD_HIGH, blood_max);
5244 }
float GetStatLevelBorders(float stat_value, float critical, float low, float normal, float high, float max)
Определения PlayerBase.c:5262

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