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

◆ DeactivateCondition()

override bool BlindedMdfr::DeactivateCondition ( PlayerBase player)
inlineprivate

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

33 {
34 if ( m_Timer > BLIND_TIME )
35 {
36 return true;
37 }
38 else
39 {
40 return false;
41 }
42 }
float m_Timer
Определения Blinded.c:4
const float BLIND_TIME
Определения Blinded.c:3

Перекрестные ссылки BLIND_TIME и m_Timer.