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

◆ DeactivateCondition()

override bool HemolyticReactionMdfr::DeactivateCondition ( PlayerBase player)
inlineprivate

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

38 {
39 float attached_time = GetAttachedTime();
40
41 if(attached_time > m_RunningTime )
42 {
43 return true;
44 }
45 else
46 {
47 return false;
48 }
49 }
float GetAttachedTime()
Определения ModifierBase.c:150
float m_RunningTime
Определения HemolyticReaction.c:3

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