Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ChatMessageLineWidgets.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/HUD/Chat/ChatMessageLine.layout
4{
5 protected static const ResourceName LAYOUT = "{973C90F6B6135A50}UI/layouts/HUD/Chat/ChatMessageLine.layout";
6
12
13 //------------------------------------------------------------------------------------------------
14 bool Init(Widget root)
15 {
16 m_wBackgroundImage = ImageWidget.Cast(root.FindWidget("SizeLayout0.Overlay0.m_BackgroundImage"));
17 m_wTypeImage = ImageWidget.Cast(root.FindWidget("SizeLayout0.Overlay0.MessageLayout.m_TypeImage"));
18 m_wPlatformImage = ImageWidget.Cast(root.FindWidget("SizeLayout0.Overlay0.MessageLayout.m_PlatformImage"));
19 m_wMessageText = TextWidget.Cast(root.FindWidget("SizeLayout0.Overlay0.MessageLayout.Width.m_MessageText"));
20 m_wBadge = SizeLayoutWidget.Cast(root.FindWidget("SizeLayout0.Overlay0.m_Badge"));
21
22 return true;
23 }
24
25 //------------------------------------------------------------------------------------------------
27 {
28 return LAYOUT;
29 }
30}
static const ResourceName LAYOUT