Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ContextBasicInteractionBlipWidgets.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/ContextBasicInteractionBlip.layout
4{
5 protected static const ResourceName LAYOUT = "{BF5FA7B21D658280}UI/layouts/HUD/InteractionSystem/ContextBasicInteractionBlip.layout";
6
14
15 //------------------------------------------------------------------------------------------------
16 bool Init(notnull Widget root)
17 {
18 m_wOverlayBackground = OverlayWidget.Cast(root.FindWidget("m_wOverlayBackground"));
19 m_wBackgroundShadowInner = ImageWidget.Cast(root.FindWidget("m_wOverlayBackground.m_wBackgroundShadowInner"));
20 m_wBackground = ImageWidget.Cast(root.FindWidget("m_wOverlayBackground.m_wBackground"));
21 m_wBackgroundShadowOuter = ImageWidget.Cast(root.FindWidget("m_wOverlayBackground.m_wBackgroundShadowOuter"));
22 m_wBackgroundOuter = ImageWidget.Cast(root.FindWidget("m_wOverlayBackground.m_wBackgroundOuter"));
23 m_wIconGlow = ImageWidget.Cast(root.FindWidget("m_wOverlayBackground.IconSize.Overlay_Icon.m_wIconGlow"));
24 m_wIcon = ImageWidget.Cast(root.FindWidget("m_wOverlayBackground.IconSize.Overlay_Icon.m_wIcon"));
25
26 return true;
27 }
28
29 //------------------------------------------------------------------------------------------------
31 {
32 return LAYOUT;
33 }
34}