13 layoutRoot =
GetGame().GetWorkspace().CreateWidgets(
"gui/layouts/loading.layout");
15 m_label =
TextWidget.Cast(layoutRoot.FindAnyWidget(
"TextWidget"));
16 m_progressBar =
ProgressBarWidget.Cast(layoutRoot.FindAnyWidget(
"ProgressBarWidget"));
17 m_image =
ImageWidget.Cast(layoutRoot.FindAnyWidget(
"ImageBackground"));
20 layoutRoot.FindAnyWidget(
"notification_root").Show(
false);
22#ifdef PLATFORM_CONSOLE
24#ifdef BUILD_EXPERIMENTAL