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

◆ DeactivateCondition()

override bool MorphineMdfr::DeactivateCondition ( PlayerBase player)
inlineprivate

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

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

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