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

◆ DeactivateCondition()

override bool PainKillersMdfr::DeactivateCondition ( PlayerBase player)
inlineprivate

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

55 {
56 float attached_time = GetAttachedTime();
57
58 if (attached_time >= LIFETIME)
59 return true;
60
61 return false;
62 }
float GetAttachedTime()
Определения ModifierBase.c:150
const int LIFETIME
Определения PainKillersMdfr.c:3

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