Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ActionMenuElementWidgets.c
Go to the documentation of this file.
1// Autogenerated by the Generate Class from Layout plugin v0.5.1
2// Layout file: UI/layouts/HUD/InteractionSystem/ActionMenuElement.layout
4{
5 protected static const ResourceName LAYOUT = "{C80DEB58AA948E59}UI/layouts/HUD/InteractionSystem/ActionMenuElement.layout";
6
9
22
23 //------------------------------------------------------------------------------------------------
24 bool Init(notnull Widget root)
25 {
26 m_wIconOverlay = FrameWidget.Cast(root.FindWidget("SizeLayoutMain.ActionHorizontalElement.m_wIconOverlay"));
28
29 m_wOverlayBackground = OverlayWidget.Cast(root.FindWidget("SizeLayoutMain.ActionHorizontalElement.m_wIconOverlay.m_wOverlayBackground"));
30 m_wBackgroundShadowInner = ImageWidget.Cast(root.FindWidget("SizeLayoutMain.ActionHorizontalElement.m_wIconOverlay.m_wOverlayBackground.m_wBackgroundShadowInner"));
31 m_wBackground = ImageWidget.Cast(root.FindWidget("SizeLayoutMain.ActionHorizontalElement.m_wIconOverlay.m_wOverlayBackground.m_wBackground"));
32 m_wBackgroundShadowOuter = ImageWidget.Cast(root.FindWidget("SizeLayoutMain.ActionHorizontalElement.m_wIconOverlay.m_wOverlayBackground.m_wBackgroundShadowOuter"));
33 m_wBackgroundOuter = ImageWidget.Cast(root.FindWidget("SizeLayoutMain.ActionHorizontalElement.m_wIconOverlay.m_wOverlayBackground.m_wBackgroundOuter"));
34 m_wIconGlow = ImageWidget.Cast(root.FindWidget("SizeLayoutMain.ActionHorizontalElement.m_wIconOverlay.m_wOverlayBackground.IconSize.Overlay_Icon.m_wIconGlow"));
35 m_wIcon = ImageWidget.Cast(root.FindWidget("SizeLayoutMain.ActionHorizontalElement.m_wIconOverlay.m_wOverlayBackground.IconSize.Overlay_Icon.m_wIcon"));
36 m_wActionBackground = OverlayWidget.Cast(root.FindWidget("SizeLayoutMain.ActionHorizontalElement.TextOverlay.SizeLayout0.m_wActionBackground"));
37 m_wBackgroundShadow = SmartPanelWidget.Cast(root.FindWidget("SizeLayoutMain.ActionHorizontalElement.TextOverlay.SizeLayout0.m_wActionBackground.m_wBackgroundShadow"));
38 m_wBackgroundBlur = BlurWidget.Cast(root.FindWidget("SizeLayoutMain.ActionHorizontalElement.TextOverlay.SizeLayout0.m_wActionBackground.m_wBackgroundBlur"));
39 m_wActionText = TextWidget.Cast(root.FindWidget("SizeLayoutMain.ActionHorizontalElement.TextOverlay.TextHorizontalLayout.m_wActionText"));
40 m_wActionContext = TextWidget.Cast(root.FindWidget("SizeLayoutMain.ActionHorizontalElement.TextOverlay.TextHorizontalLayout.m_wActionContext"));
41
42 return true;
43 }
44
45 //------------------------------------------------------------------------------------------------
47 {
48 return LAYOUT;
49 }
50}
SCR_NearbyContextWidgetComponentInteract m_IconOverlayComponent