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

◆ StopVideo()

void UIScriptedMenu::StopVideo ( )
inlineprotected

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

51 {
52 if (m_Video)
53 {
54 m_Video.Unload();
56 }
57 }
proto native UIManager GetUIManager()
bool Back()
Close top window on windows stack, returns true when any window is closed.
Определения UIManager.c:62
ref MainMenuVideo m_Video
Определения MainMenu.c:4
proto native CGame GetGame()

Перекрестные ссылки UIManager::Back(), GetGame(), CGame::GetUIManager() и m_Video.

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