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

◆ NotificationSystem()

void NotificationSystem::NotificationSystem ( )
inlineprotected

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

110 {
111 m_TimeElapsed = 0.0;
112
113 m_TimeArray = new array<ref NotificationRuntimeData>();
114 m_DeferredArray = new array<ref NotificationRuntimeData>();
115 }
ref array< ref NotificationRuntimeData > m_DeferredArray
Определения NotificationSystem.c:82
float m_TimeElapsed
Определения NotificationSystem.c:85
ref array< ref NotificationRuntimeData > m_TimeArray
Определения NotificationSystem.c:81

Перекрестные ссылки m_DeferredArray, m_TimeArray и m_TimeElapsed.

Используется в GetInstance() и InitInstance().