Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_VoNOverlay_ElementWidgets.c
Go to the documentation of this file.
1// Autogenerated by the Generate Class from Layout plugin v0.5.1
2// Layout file: UI/layouts/HUD/VON/VoNOverlay_Element.layout
4{
5 protected static const ResourceName LAYOUT = "{25221F619214A722}UI/layouts/HUD/VON/VoNOverlay_Element.layout";
6
25
26 //------------------------------------------------------------------------------------------------
27 bool Init(notnull Widget root)
28 {
29 m_wGameMaster = ImageWidget.Cast(root.FindWidget("VerticalLayout0.HorizontalLayout.m_wGameMaster"));
30 m_wMicFrame = OverlayWidget.Cast(root.FindWidget("VerticalLayout0.HorizontalLayout.Frame0.m_wMicFrame"));
31 m_wMicBackground = ImageWidget.Cast(root.FindWidget("VerticalLayout0.HorizontalLayout.Frame0.m_wMicFrame.m_wMicBackground"));
32 m_wMic = ImageWidget.Cast(root.FindWidget("VerticalLayout0.HorizontalLayout.Frame0.m_wMicFrame.m_wMic"));
33 m_wIconBackground = ImageWidget.Cast(root.FindWidget("VerticalLayout0.HorizontalLayout.Frame0.m_wIconBackground"));
34 m_wIcon = ImageWidget.Cast(root.FindWidget("VerticalLayout0.HorizontalLayout.Frame0.m_wIcon"));
35 m_wFrequency = TextWidget.Cast(root.FindWidget("VerticalLayout0.HorizontalLayout.m_wFrequency"));
36 m_wSeparator = TextWidget.Cast(root.FindWidget("VerticalLayout0.HorizontalLayout.m_wSeparator"));
37 m_wSquadLeaderIcon = ImageWidget.Cast(root.FindWidget("VerticalLayout0.HorizontalLayout.m_wSquadLeaderIcon"));
38 m_wRole = TextWidget.Cast(root.FindWidget("VerticalLayout0.HorizontalLayout.m_wRole"));
39 m_wPlatformImageGlow = ImageWidget.Cast(root.FindWidget("VerticalLayout0.HorizontalLayout.Overlay0.m_wPlatformImageGlow"));
40 m_wPlatformImage = ImageWidget.Cast(root.FindWidget("VerticalLayout0.HorizontalLayout.Overlay0.m_wPlatformImage"));
41 m_wName = TextWidget.Cast(root.FindWidget("VerticalLayout0.HorizontalLayout.m_wName"));
42 m_wChannelFrame = OverlayWidget.Cast(root.FindWidget("VerticalLayout0.HorizontalLayout.m_wChannelFrame"));
43 m_wChannelBackground = ImageWidget.Cast(root.FindWidget("VerticalLayout0.HorizontalLayout.m_wChannelFrame.m_wChannelBackground"));
44 m_wChannelText = RichTextWidget.Cast(root.FindWidget("VerticalLayout0.HorizontalLayout.m_wChannelFrame.Frame0.m_wChannelText"));
45 m_wNosignal = ImageWidget.Cast(root.FindWidget("VerticalLayout0.HorizontalLayout.m_wNosignal"));
46 m_wRecievers = TextWidget.Cast(root.FindWidget("VerticalLayout0.HorizontalLayout.m_wRecievers"));
47
48 return true;
49 }
50
51 //------------------------------------------------------------------------------------------------
53 {
54 return LAYOUT;
55 }
56}