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

◆ GetStatLevelBlood()

EStatLevels ManBase::GetStatLevelBlood ( )
inlineprotected

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

5037 {
5038 float blood = GetHealth("","Blood");
5039 return GetStatLevel(blood, PlayerConstants.SL_BLOOD_CRITICAL, PlayerConstants.SL_BLOOD_LOW, PlayerConstants.SL_BLOOD_NORMAL, PlayerConstants.SL_BLOOD_HIGH);
5040 }
EStatLevels GetStatLevel(float stat_value, float critical, float low, float normal, float high)
Определения PlayerBase.c:5129

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