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

◆ LoadingHide()

void CGame::LoadingHide ( bool force = false)
inlineprotected

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

3357 {
3358 #ifndef NO_GUI
3359 m_loading.Hide(force);
3360 // turn the lights back on
3361 PPEManagerStatic.GetPPEManager().StopAllEffects();
3362 #ifdef PLATFORM_CONSOLE
3363 if (!IsLoading())
3364 {
3365 if (m_LoadState != DayZLoadState.MAIN_MENU_START && m_LoadState != DayZLoadState.MAIN_MENU_USER_SELECT)
3366 {
3368 }
3369 }
3370 #endif
3371 #endif
3372 }
bool IsLoading()
Определения DayZGame.c:3336
DayZLoadState m_LoadState
Определения DayZGame.c:906
void UpdateInputDeviceDisconnectWarning()
Определения DayZGame.c:2194
ref LoadingScreen m_loading
Определения DayZGame.c:911

Перекрестные ссылки PPEManagerStatic::GetPPEManager(), IsLoading(), m_loading, m_LoadState и UpdateInputDeviceDisconnectWarning().

Используется в OnEvent().