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

◆ ActivateCondition()

override bool BleedingCheckMdfr::ActivateCondition ( PlayerBase player)
inlineprotected

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

24 {
25 float blood = player.GetHealth("","Blood");
26
27 if( blood < PlayerConstants.BLOOD_THRESHOLD_FATAL )
28 {
29 return true;
30 }
31 return false;
32
33 }

Перекрестные ссылки PlayerConstants::BLOOD_THRESHOLD_FATAL.