9 layoutRoot =
g_Game.GetWorkspace().CreateWidgets(
"gui/layouts/xbox/video_menu.layout");
10 m_Video = VideoWidget.Cast(layoutRoot.FindAnyWidget(
"video"));
14 m_Video.Load(
"video\\DayZ_onboarding_MASTER.mp4");
31 g_Game.GetUIManager().ShowUICursor(
false);
32 g_Game.GetSoundScene().SetSoundVolume(0.0,0.0);
41 g_Game.GetUIManager().ShowUICursor(
true);
42 g_Game.GetSoundScene().SetSoundVolume(1.0,1.0);
55 g_Game.GetUIManager().Back();
74 override void Update(
float timeslice)
76 if (
GetUApi().GetInputByID(UAUIBack).LocalPress())
107 text =
"ESC " +
"#menu_back";
114 toolbar_text.SetText(text);
class JsonControlMappingInfo m_BackButtonTextID