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

◆ DeactivateCondition()

override bool BrokenLegsMdfr::DeactivateCondition ( PlayerBase player)
inlineprivate

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

51 {
52 if ( player.GetHealth("RightLeg", "Health") >= HEALTHY_LEG && player.GetHealth("LeftLeg", "Health") >= HEALTHY_LEG )
53 {
54
55 return true;
56 }
57 else
58 {
59 return false;
60 }
61 }
const float HEALTHY_LEG
Определения BrokenLegs.c:3

Перекрестные ссылки HEALTHY_LEG.