Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_MortarInfoWidgets.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/MortarInfo/MortarInfo.layout
4{
5 protected static const ResourceName LAYOUT = "{A4E55F8F1768865F}UI/layouts/HUD/MortarInfo/MortarInfo.layout";
6
10
11 //------------------------------------------------------------------------------------------------
12 bool Init(Widget root)
13 {
14 m_wElevation = OverlayWidget.Cast(root.FindWidget("Overlay.m_Elevation"));
15 m_wAzimuth = OverlayWidget.Cast(root.FindWidget("Overlay.m_Azimuth"));
16 m_wRange = OverlayWidget.Cast(root.FindWidget("Overlay.m_Range"));
17
18 return true;
19 }
20
21 //------------------------------------------------------------------------------------------------
23 {
24 return LAYOUT;
25 }
26}
static const ResourceName LAYOUT