Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_VoNOverlay_ElementWidgets.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/VON/VoNOverlay_Element.layout
3 
5 {
6  static const ResourceName s_sLayout = "{25221F619214A722}UI/layouts/HUD/VON/VoNOverlay_Element.layout";
7  ResourceName GetLayout() { return s_sLayout; }
8 
9  OverlayWidget m_wMicFrame;
10 
11  ImageWidget m_wMicBackground;
12 
13  ImageWidget m_wMic;
14 
15  ImageWidget m_wIconBackground;
16 
17  ImageWidget m_wIcon;
18 
19  OverlayWidget m_wDirectionFrame;
20 
21  ImageWidget m_wDirectionBackground;
22 
23  ImageWidget m_wDirection;
24 
25  TextWidget m_wFrequency;
26 
27  TextWidget m_wSeparator;
28 
29  TextWidget m_wName;
30 
31  OverlayWidget m_wChannelFrame;
32 
33  ImageWidget m_wChannelBackground;
34 
35  RichTextWidget m_wChannelText;
36 
37  bool Init(Widget root)
38  {
39  m_wMicFrame = OverlayWidget.Cast(root.FindAnyWidget("m_wMicFrame"));
40 
41  m_wMicBackground = ImageWidget.Cast(root.FindAnyWidget("m_wMicBackground"));
42 
43  m_wMic = ImageWidget.Cast(root.FindAnyWidget("m_wMic"));
44 
45  m_wIconBackground = ImageWidget.Cast(root.FindAnyWidget("m_wIconBackground"));
46 
47  m_wIcon = ImageWidget.Cast(root.FindAnyWidget("m_wIcon"));
48 
49  m_wDirectionFrame = OverlayWidget.Cast(root.FindAnyWidget("m_wDirectionFrame"));
50 
51  m_wDirectionBackground = ImageWidget.Cast(root.FindAnyWidget("m_wDirectionBackground"));
52 
53  m_wDirection = ImageWidget.Cast(root.FindAnyWidget("m_wDirection"));
54 
55  m_wFrequency = TextWidget.Cast(root.FindAnyWidget("m_wFrequency"));
56 
57  m_wSeparator = TextWidget.Cast(root.FindAnyWidget("m_wSeparator"));
58 
59  m_wName = TextWidget.Cast(root.FindAnyWidget("m_wName"));
60 
61  m_wChannelFrame = OverlayWidget.Cast(root.FindAnyWidget("m_wChannelFrame"));
62 
63  m_wChannelBackground = ImageWidget.Cast(root.FindAnyWidget("m_wChannelBackground"));
64 
65  m_wChannelText = RichTextWidget.Cast(root.FindAnyWidget("m_wChannelText"));
66 
67  return true;
68  }
69 };
m_wName
TextWidget m_wName
Definition: SCR_PlayerListMenu.c:20
m_wIcon
protected ImageWidget m_wIcon
Definition: SCR_InventoryHitZonePointUI.c:374
SCR_VoNOverlay_ElementWidgets
Definition: SCR_VoNOverlay_ElementWidgets.c:4