Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_IntroSplashScreenWidgets.c
Go to the documentation of this file.
1// Autogenerated by the Generate Class from Layout plugin, version 0.3.0
2// Layout file: UI/layouts/Menus/MainMenu/IntroSplashScreen.layout
3
5{
6 static const ResourceName s_sLayout = "{1C71B463B3B66BAB}UI/layouts/Menus/MainMenu/IntroSplashScreen.layout";
7 ResourceName GetLayout() { return s_sLayout; }
8
9 OverlayWidget m_wBackground;
10
11 FrameWidget m_wContent;
12
13 ImageWidget m_wArt;
14
15 ImageWidget m_wArtExperimental;
16
17 ImageWidget m_wDust1;
18
19 ImageWidget m_wDust2;
20
21 ScaleWidget m_wBILogo;
22
23 ScaleWidget m_wEnfusionLogo;
24
25 ScaleWidget m_wReforgerLogo;
26
27 VerticalLayoutWidget m_wWarning;
28
29 OverlayWidget m_wExperimentalBuild;
30
31 RichTextWidget m_wExperimentalTitle;
32
33 RichTextWidget m_wExperimentalText;
34
35 RichTextWidget m_wPressKeyMsg;
36
37 TextWidget m_wDisclaimer;
38
39 FrameWidget m_wSpinner;
40
41 ImageWidget m_wBlackOverlay;
42
43 bool Init(Widget root)
44 {
45 m_wBackground = OverlayWidget.Cast(root.FindAnyWidget("m_wBackground"));
46
47 m_wContent = FrameWidget.Cast(root.FindAnyWidget("m_wContent"));
48
49 m_wArt = ImageWidget.Cast(root.FindAnyWidget("m_wArt"));
50
51 m_wArtExperimental = ImageWidget.Cast(root.FindAnyWidget("m_wArtExperimental"));
52
53 m_wDust1 = ImageWidget.Cast(root.FindAnyWidget("m_wDust1"));
54
55 m_wDust2 = ImageWidget.Cast(root.FindAnyWidget("m_wDust2"));
56
57 m_wBILogo = ScaleWidget.Cast(root.FindAnyWidget("m_wBILogo"));
58
59 m_wEnfusionLogo = ScaleWidget.Cast(root.FindAnyWidget("m_wEnfusionLogo"));
60
61 m_wReforgerLogo = ScaleWidget.Cast(root.FindAnyWidget("m_wReforgerLogo"));
62
63 m_wWarning = VerticalLayoutWidget.Cast(root.FindAnyWidget("m_wWarning"));
64
65 m_wExperimentalBuild = OverlayWidget.Cast(root.FindAnyWidget("m_wExperimentalBuild"));
66
67 m_wExperimentalTitle = RichTextWidget.Cast(root.FindAnyWidget("m_wExperimentalTitle"));
68
69 m_wExperimentalText = RichTextWidget.Cast(root.FindAnyWidget("m_wExperimentalText"));
70
71 m_wPressKeyMsg = RichTextWidget.Cast(root.FindAnyWidget("m_wPressKeyMsg"));
72
73 m_wDisclaimer = TextWidget.Cast(root.FindAnyWidget("m_wDisclaimer"));
74
75 m_wSpinner = FrameWidget.Cast(root.FindAnyWidget("m_wSpinner"));
76
77 m_wBlackOverlay = ImageWidget.Cast(root.FindAnyWidget("m_wBlackOverlay"));
78
79 return true;
80 }
81}
override void Init()