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

◆ LoadingHide()

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

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

3431 {
3432 #ifndef NO_GUI
3433 m_loading.Hide(force);
3434 // turn the lights back on
3435 PPEManagerStatic.GetPPEManager().StopAllEffects();
3436 #ifdef PLATFORM_CONSOLE
3437 if (!IsLoading())
3438 {
3439 if (m_LoadState != DayZLoadState.MAIN_MENU_START && m_LoadState != DayZLoadState.MAIN_MENU_USER_SELECT)
3440 {
3442 }
3443 }
3444 #endif
3445 #endif
3446 }
bool IsLoading()
Определения DayZGame.c:3410
DayZLoadState m_LoadState
Определения DayZGame.c:908
void UpdateInputDeviceDisconnectWarning()
Определения DayZGame.c:2206
ref LoadingScreen m_loading
Определения DayZGame.c:913

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

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