Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_StatsPanelWidgets.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/HUD/StatsPanel/StatsPanel.layout
3 
5 {
6  static const ResourceName s_sLayout = "{0A3C9C22CBDE338F}UI/layouts/HUD/StatsPanel/StatsPanel.layout";
7  ResourceName GetLayout() { return s_sLayout; }
8 
9  HorizontalLayoutWidget m_wColorOpacity;
10 
11  ImageWidget m_wIconGlow;
12 
13  ImageWidget m_wIcon;
14 
15  TextWidget m_wLabel;
16 
17  TextWidget m_wTextPlaceholder;
18 
19  TextWidget m_wText;
20 
21  bool Init(Widget root)
22  {
23  m_wColorOpacity = HorizontalLayoutWidget.Cast(root.FindAnyWidget("m_wColorOpacity"));
24 
25  m_wIconGlow = ImageWidget.Cast(root.FindAnyWidget("m_wIconGlow"));
26 
27  m_wIcon = ImageWidget.Cast(root.FindAnyWidget("m_wIcon"));
28 
29  m_wLabel = TextWidget.Cast(root.FindAnyWidget("m_wLabel"));
30 
31  m_wTextPlaceholder = TextWidget.Cast(root.FindAnyWidget("m_wTextPlaceholder"));
32 
33  m_wText = TextWidget.Cast(root.FindAnyWidget("m_wText"));
34 
35  return true;
36  }
37 }
m_wIcon
protected ImageWidget m_wIcon
Definition: SCR_InventoryHitZonePointUI.c:374
SCR_StatsPanelWidgets
Definition: SCR_StatsPanelWidgets.c:4