Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ServerFullDialogContentWidgets.c
Go to the documentation of this file.
1// Autogenerated by the Generate Class from Layout plugin v0.5.0
2// Layout file: UI/layouts/Menus/ServerBrowser/DetailsMenu/ServerFullDialogContent.layout
4{
5 protected static const ResourceName LAYOUT = "{ABC1444F1353F6FA}UI/layouts/Menus/ServerBrowser/DetailsMenu/ServerFullDialogContent.layout";
6
8
11
16
19
31
32 //------------------------------------------------------------------------------------------------
33 bool Init(Widget root)
34 {
35 m_wIPAddressText = RichTextWidget.Cast(root.FindWidget("MessagesWrapper.MessagesFirstLine.IPAddressLayout.m_wIPAddressText"));
36
37 m_wIPAddressButton = ButtonWidget.Cast(root.FindWidget("MessagesWrapper.MessagesFirstLine.IPAddressLayout.m_wIPAddressButton"));
39
40 m_wDetailIcon_PasswordProtected = ImageWidget.Cast(root.FindWidget("MessagesWrapper.MessagesFirstLine.DetailIconsLayout.m_wDetailIcon_PasswordProtected"));
41 m_wDetailIcon_CrossPlatform = HorizontalLayoutWidget.Cast(root.FindWidget("MessagesWrapper.MessagesFirstLine.DetailIconsLayout.DetailIcon_CrossPlatform"));
42 m_wDetailIcon_Modded = ImageWidget.Cast(root.FindWidget("MessagesWrapper.MessagesFirstLine.DetailIconsLayout.m_wDetailIcon_Modded"));
43 m_wDiscordText = RichTextWidget.Cast(root.FindWidget("MessagesWrapper.MessagesSecondLine.DiscordLayout.m_wDiscordText"));
44
45 m_wDiscordButton = ButtonWidget.Cast(root.FindWidget("MessagesWrapper.MessagesSecondLine.DiscordLayout.m_wDiscordButton"));
47
48 m_wCurrentStateOverlay = OverlayWidget.Cast(root.FindWidget("InfoSize.InfoWrapper.m_wCurrentStateOverlay"));
49 m_wCurrentState = RichTextWidget.Cast(root.FindWidget("InfoSize.InfoWrapper.m_wCurrentStateOverlay.m_wCurrentState"));
50 m_wQueueStateOverlay = OverlayWidget.Cast(root.FindWidget("InfoSize.InfoWrapper.m_wQueueStateOverlay"));
51 m_wQueueState = RichTextWidget.Cast(root.FindWidget("InfoSize.InfoWrapper.m_wQueueStateOverlay.m_wQueueState"));
52 m_wQueueMaxSizeOverlay = OverlayWidget.Cast(root.FindWidget("InfoSize.InfoWrapper.m_wQueueMaxSizeOverlay"));
53 m_wQueueMaxSize = RichTextWidget.Cast(root.FindWidget("InfoSize.InfoWrapper.m_wQueueMaxSizeOverlay.m_wQueueMaxSize"));
54 m_wQueueWaitTimeOverlay = OverlayWidget.Cast(root.FindWidget("InfoSize.InfoWrapper.m_wQueueWaitTimeOverlay"));
55 m_wQueueWaitTime = RichTextWidget.Cast(root.FindWidget("InfoSize.InfoWrapper.m_wQueueWaitTimeOverlay.m_wQueueWaitTime"));
56 m_wExplanationEnqueuedWrapper = VerticalLayoutWidget.Cast(root.FindWidget("ExplanationSize.ExplanationOverlay.m_wExplanationEnqueuedWrapper"));
57 m_wTimeSinceJoiningQueue = RichTextWidget.Cast(root.FindWidget("ExplanationSize.ExplanationOverlay.m_wExplanationEnqueuedWrapper.m_wTimeSinceJoiningQueue"));
58 m_wExplanationFull = RichTextWidget.Cast(root.FindWidget("ExplanationSize.ExplanationOverlay.m_wExplanationFull"));
59
60 return true;
61 }
62
63 //------------------------------------------------------------------------------------------------
65 {
66 return LAYOUT;
67 }
68}
Deprecated button component. Still used in many prefabs, so it works, it's just stripped of most of t...