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

◆ GetStatLevelBlood()

EStatLevels ManBase::GetStatLevelBlood ( )
inlineprotected

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

5191 {
5192 float blood = GetHealth("","Blood");
5193 return GetStatLevel(blood, PlayerConstants.SL_BLOOD_CRITICAL, PlayerConstants.SL_BLOOD_LOW, PlayerConstants.SL_BLOOD_NORMAL, PlayerConstants.SL_BLOOD_HIGH);
5194 }
EStatLevels GetStatLevel(float stat_value, float critical, float low, float normal, float high)
Определения PlayerBase.c:5283

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