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

◆ IsActive()

bool UniversalTemperatureSourceDebug::IsActive ( )
inlineprotected

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

151 {
152 if (m_Settings.m_ManualUpdate)
153 {
154 return m_Active;
155 }
156
157 return m_Timer && m_Timer.IsRunning();
158 }
ref UniversalTemperatureSourceTimer m_Timer
Определения UniversalTemperatureSource.c:70
UniversalTemperatureSourceSettings m_Settings
Определения UniversalTemperatureSource.c:71

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