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

◆ DeactivateCondition()

override bool DisinfectionMdfr::DeactivateCondition ( PlayerBase player)
inlineprivate

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

57 {
58 float attached_time = GetAttachedTime();
59
60 if ( attached_time >= LIFETIME )
61 {
62 return true;
63 }
64 else
65 {
66 return false;
67 }
68 }
float GetAttachedTime()
Определения ModifierBase.c:150
const int LIFETIME
Определения DisinfectMdfr.c:3

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