terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ UpdateEmoteScroll()

void GUIControllerChat.UpdateEmoteScroll ( )
inlineprivate

Definition at line 76 of file GUIControllerChat.cs.

77 {
78 int num = 1;
82 Vector2 firstItemLocation = emotesGrid.FirstItemLocation;
83 float x = emotesGrid.FirstItemLocation.X;
84 float y = emotesGrid.FirstItemLocation.Y;
85 if (num == 0)
86 {
87 }
88 float x2 = emotesGrid.DragRegionEndItemLocation.X;
89 float y2 = emotesGrid.DragRegionEndItemLocation.Y;
91 Vector2 dragRegionEndItemLocation = emotesGrid.DragRegionEndItemLocation;
94 if (num == 0)
95 {
96 }
97 if (num == 0)
98 {
99 }
101 float y3 = emotesGrid.ExtraElementSpacing.Y;
102 int selectedRow = this.SelectedRow;
103 }
class f__AnonymousType0<< Count > j__TPar
static void SetGridItemRegion(Rectangle region)
static Rectangle Region(Panel_Layout layout)
Definition GUIPanel.cs:57
DraggableItemGrid_Layout EmotesGrid
static MultiplayerChat_Layout Instance

References MultiplayerChat_Layout.EmoteScale, MultiplayerChat_Layout.EmotesGrid, MultiplayerChat_Layout.EmotesGridBacking, MultiplayerChat_Layout.Instance, j__TPar, GUIPanel.Region(), SelectedRow, ControlAnchor.SetGridItemRegion(), and Microsoft.Xna.Framework.Vector2.X.