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

◆ CheckDialogs()

void CGame::CheckDialogs ( )
inlineprotected

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

3387 {
3388 #ifndef NO_GUI
3389 Mission mission = GetMission();
3390 if (mission && !m_loading.IsLoading() && GetUIManager().IsDialogQueued())
3391 {
3392 mission.Pause();
3394 }
3395 #endif
3396 }
Mission mission
Определения DisplayStatus.c:28
proto native UIManager GetUIManager()
proto native Mission GetMission()
ref LoadingScreen m_loading
Определения DayZGame.c:913
void Pause()
Определения gameplay.c:772
proto native bool ShowQueuedDialog()

Перекрестные ссылки GetMission(), GetUIManager(), m_loading, mission и UIManager::ShowQueuedDialog().