Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ModDetailsAdditionalInfoDialogContentWidgets.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/ContentBrowser/Dialogs/ModDetailsAdditionalInfoDialogContent.layout
4{
5 protected static const ResourceName LAYOUT = "{9C94E0B41C8EE124}UI/layouts/Menus/ContentBrowser/Dialogs/ModDetailsAdditionalInfoDialogContent.layout";
6
14
17
20
23
25
26 //------------------------------------------------------------------------------------------------
27 bool Init(Widget root)
28 {
29 m_wVerticalLayoutLicense = VerticalLayoutWidget.Cast(root.FindWidget("ScrollLayoutMain.VerticalLayoutMain.m_VerticalLayoutLicense"));
30 m_wLicenseName = RichTextWidget.Cast(root.FindWidget("ScrollLayoutMain.VerticalLayoutMain.m_VerticalLayoutLicense.LicenseContent.m_wLicenseName"));
31 m_wLicenseContentOverlay = OverlayWidget.Cast(root.FindWidget("ScrollLayoutMain.VerticalLayoutMain.m_VerticalLayoutLicense.LicenseContent.m_wLicenseContentOverlay"));
32 m_wLicenseContent = RichTextWidget.Cast(root.FindWidget("ScrollLayoutMain.VerticalLayoutMain.m_VerticalLayoutLicense.LicenseContent.m_wLicenseContentOverlay.m_wLicenseContent"));
33 m_wVerticalLayoutContributors = VerticalLayoutWidget.Cast(root.FindWidget("ScrollLayoutMain.VerticalLayoutMain.m_VerticalLayoutContributors"));
34 m_wContributorsContentOverlay = OverlayWidget.Cast(root.FindWidget("ScrollLayoutMain.VerticalLayoutMain.m_VerticalLayoutContributors.ContributorsContent.m_wContributorsContentOverlay"));
35 m_wContributorsContent = RichTextWidget.Cast(root.FindWidget("ScrollLayoutMain.VerticalLayoutMain.m_VerticalLayoutContributors.ContributorsContent.m_wContributorsContentOverlay.m_wContributorsContent"));
36
37 m_wLoadingOverlay = OverlayWidget.Cast(root.FindWidget("m_LoadingOverlay"));
39
40 m_wBlur = BlurWidget.Cast(root.FindWidget("m_LoadingOverlay.rootFrame0.m_Blur"));
41 m_wBackgroundImage = ImageWidget.Cast(root.FindWidget("m_LoadingOverlay.rootFrame0.m_BackgroundImage"));
42
43 m_wAnimationImage = ImageWidget.Cast(root.FindWidget("m_LoadingOverlay.rootFrame0.m_AnimationImage"));
45
46 m_wText = TextWidget.Cast(root.FindWidget("m_LoadingOverlay.rootFrame0.m_Text"));
47
48 return true;
49 }
50
51 //------------------------------------------------------------------------------------------------
53 {
54 return LAYOUT;
55 }
56}