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

◆ GetStatBordersBlood()

float ManBase::GetStatBordersBlood ( )
inlineprotected

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

5096 {
5097 float blood = GetHealth("","Blood");
5098 float blood_max = GetMaxHealth("","Blood");
5099 return GetStatLevelBorders(blood, PlayerConstants.SL_BLOOD_CRITICAL, PlayerConstants.SL_BLOOD_LOW, PlayerConstants.SL_BLOOD_NORMAL, PlayerConstants.SL_BLOOD_HIGH, blood_max);
5100 }
float GetStatLevelBorders(float stat_value, float critical, float low, float normal, float high, float max)
Определения PlayerBase.c:5118

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