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

◆ ActivateCondition()

override bool UnconsciousnessMdfr::ActivateCondition ( PlayerBase player)
inlineprivate

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

15 {
16 if( player.GetHealth("","Shock") <= PlayerConstants.UNCONSCIOUS_THRESHOLD )
17 {
18 return true;
19 }
20 return false;
21 }

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