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

◆ IsActive()

bool UniversalTemperatureSourceDebug::IsActive ( )
inlineprotected

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

156 {
157 if (m_Settings && m_Settings.m_ManualUpdate)
158 {
159 return m_Active;
160 }
161
162 return m_Timer && m_Timer.IsRunning();
163 }
ref UniversalTemperatureSourceTimer m_Timer
Определения UniversalTemperatureSource.c:71
UniversalTemperatureSourceSettings m_Settings
Определения UniversalTemperatureSource.c:72

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