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

◆ DeactivateCondition()

override bool EpinephrineMdfr::DeactivateCondition ( PlayerBase player)
inlineprivate

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

46 {
47 float attached_time = GetAttachedTime();
48
49 if( attached_time >= LIFETIME )
50 {
51 return true;
52 }
53 else
54 {
55 return false;
56 }
57 }
float GetAttachedTime()
Определения ModifierBase.c:150
const int LIFETIME
Определения EpinephrineMdfr.c:3

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