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

◆ DeactivateCondition()

override bool TestingMdfr::DeactivateCondition ( PlayerBase player)
inlineprivate

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

40 {
41 if (GetAttachedTime() > 100) {swch = true; return true;}
42 else return false;
43 if(stuff > 40)
44 {
45 return true;
46 }
47 else return false;
48 }
float GetAttachedTime()
Определения ModifierBase.c:150
float stuff
Определения Testing.c:3
bool swch
Определения Testing.c:4

Перекрестные ссылки GetAttachedTime(), stuff и swch.