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

◆ CheckDialogs()

void CGame::CheckDialogs ( )
inlineprotected

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

3313 {
3314 #ifndef NO_GUI
3315 Mission mission = GetMission();
3316 if (mission && !m_loading.IsLoading() && GetUIManager().IsDialogQueued())
3317 {
3318 mission.Pause();
3320 }
3321 #endif
3322 }
Mission mission
Определения DisplayStatus.c:28
proto native UIManager GetUIManager()
proto native Mission GetMission()
ref LoadingScreen m_loading
Определения DayZGame.c:911
void Pause()
Определения gameplay.c:773
proto native bool ShowQueuedDialog()

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