Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_WeaponInfo_MultiWeaponTurretWidgets.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/WeaponInfo/WeaponInfo_MultiWeaponTurret.layout
4{
5 protected static const ResourceName LAYOUT = "{1FE821A29ACEA938}UI/layouts/HUD/WeaponInfo/WeaponInfo_MultiWeaponTurret.layout";
6
31
32 //------------------------------------------------------------------------------------------------
33 bool Init(notnull Widget root)
34 {
35 m_wWeaponInfoPanel = VerticalLayoutWidget.Cast(root.FindWidget("m_WeaponInfoPanel"));
36 m_wOptics = HorizontalLayoutWidget.Cast(root.FindWidget("m_WeaponInfoPanel.m_Optics"));
37 m_wOpticsText = RichTextWidget.Cast(root.FindWidget("m_WeaponInfoPanel.m_Optics.m_OpticsText"));
38 m_wZeroing = HorizontalLayoutWidget.Cast(root.FindWidget("m_WeaponInfoPanel.m_Zeroing"));
39 m_wZeroingText = RichTextWidget.Cast(root.FindWidget("m_WeaponInfoPanel.m_Zeroing.m_ZeroingText"));
40 m_wAmmoType = HorizontalLayoutWidget.Cast(root.FindWidget("m_WeaponInfoPanel.m_AmmoType"));
41 m_wAmmoType_Sniper = OverlayWidget.Cast(root.FindWidget("m_WeaponInfoPanel.m_AmmoType.m_AmmoType_Sniper"));
42 m_wAmmoType_Incendiary = OverlayWidget.Cast(root.FindWidget("m_WeaponInfoPanel.m_AmmoType.m_AmmoType_Incendiary"));
43 m_wAmmoType_Smoke = OverlayWidget.Cast(root.FindWidget("m_WeaponInfoPanel.m_AmmoType.m_AmmoType_Smoke"));
44 m_wAmmoType_Frag = OverlayWidget.Cast(root.FindWidget("m_WeaponInfoPanel.m_AmmoType.m_AmmoType_Frag"));
45 m_wAmmoType_HEAT = OverlayWidget.Cast(root.FindWidget("m_WeaponInfoPanel.m_AmmoType.m_AmmoType_HEAT"));
46 m_wAmmoType_HE = OverlayWidget.Cast(root.FindWidget("m_WeaponInfoPanel.m_AmmoType.m_AmmoType_HE"));
47 m_wAmmoType_HEDP = OverlayWidget.Cast(root.FindWidget("m_WeaponInfoPanel.m_AmmoType.m_AmmoType_HEDP"));
48 m_wAmmoType_AP = OverlayWidget.Cast(root.FindWidget("m_WeaponInfoPanel.m_AmmoType.m_AmmoType_AP"));
49 m_wAmmoType_FMJ = OverlayWidget.Cast(root.FindWidget("m_WeaponInfoPanel.m_AmmoType.m_AmmoType_FMJ"));
50 m_wAmmoType_Tracer = OverlayWidget.Cast(root.FindWidget("m_WeaponInfoPanel.m_AmmoType.m_AmmoType_Tracer"));
51 m_wAmmoType_Illumination = OverlayWidget.Cast(root.FindWidget("m_WeaponInfoPanel.m_AmmoType.m_AmmoType_Illumination"));
52 m_wMagazinesHolder = HorizontalLayoutWidget.Cast(root.FindWidget("m_WeaponInfoPanel.m_MagazinesHolder"));
53 m_wFiremode = OverlayWidget.Cast(root.FindWidget("m_WeaponInfoPanel.m_MagazinesHolder.m_Firemode"));
54 m_wFiremodeGlow = ImageWidget.Cast(root.FindWidget("m_WeaponInfoPanel.m_MagazinesHolder.m_Firemode.m_FiremodeGlow"));
55 m_wFiremodeIcon = ImageWidget.Cast(root.FindWidget("m_WeaponInfoPanel.m_MagazinesHolder.m_Firemode.m_FiremodeIcon"));
56 m_wWeaponNameAndCaliber = HorizontalLayoutWidget.Cast(root.FindWidget("m_WeaponInfoPanel.m_WeaponNameAndCaliber"));
57 m_wWeaponName = RichTextWidget.Cast(root.FindWidget("m_WeaponInfoPanel.m_WeaponNameAndCaliber.m_WeaponName"));
58 m_wProjectileQuantityText = RichTextWidget.Cast(root.FindWidget("m_WeaponInfoPanel.m_MagazinesHolder.m_ProjectileQuantityText"));
59
60 return true;
61 }
62
63 //------------------------------------------------------------------------------------------------
65 {
66 return LAYOUT;
67 }
68}