Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
startupmenu.c
Go to the documentation of this file.
1
class
StartupMenu
extends
UIScriptedMenu
2
{
3
void
StartupMenu()
4
{
5
}
6
7
void
~StartupMenu()
8
{
9
}
10
11
override
Widget
Init
()
12
{
13
layoutRoot =
GetGame
().GetWorkspace().CreateWidgets(
"gui/layouts/startup.layout"
);
14
15
m_label =
TextWidget
.Cast( layoutRoot.FindAnyWidget(
"TextWidget"
) );
16
17
return
layoutRoot;
18
}
19
20
TextWidget
m_label;
21
}
GetGame
proto native CGame GetGame()
UIScriptedMenu
Definition:
dayzgame.c:63
Init
class InventoryGridController extends ScriptedWidgetEventHandler Init
Definition:
uihintpanel.c:46
TextWidget
Definition:
enwidgets.c:219
Widget
Definition:
enwidgets.c:189
DAYZ
scripts_v1.24.157551
scripts
mission
gui
startupmenu.c
Generated by
1.8.17