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

◆ DeactivateCondition()

override bool ImmunityBoost::DeactivateCondition ( PlayerBase player)
inlineprivate

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

46 {
47 float attached_time = GetAttachedTime();
48
49 if( attached_time >= m_RegenTime )
50 return true;
51 else
52 return false;
53 }
float GetAttachedTime()
Определения ModifierBase.c:150
float m_RegenTime
Определения ImmunityBoost.c:5

Перекрестные ссылки GetAttachedTime() и m_RegenTime.