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

◆ UpdateScrollRegion()

static void GUIControllerChat.UpdateScrollRegion ( )
inlinestaticprivate

Definition at line 106 of file GUIControllerChat.cs.

107 {
108 int num = 1;
111 Vector2 firstItemLocation = textGrid.FirstItemLocation;
112 float x = textGrid.FirstItemLocation.X;
113 float y = textGrid.FirstItemLocation.Y;
114 if (num == 0)
115 {
116 }
117 float x2 = textGrid.DragRegionEndItemLocation.X;
118 float y2 = textGrid.DragRegionEndItemLocation.Y;
120 Vector2 dragRegionEndItemLocation = textGrid.DragRegionEndItemLocation;
121 if (num == 0)
122 {
123 }
124 if ("Only TraceListeners can be added to a TraceListenerCollection." == null)
125 {
126 }
127 float y3 = textGrid.ExtraElementSpacing.Y;
128 }
class f__AnonymousType0<< Count > j__TPar
ControlAnchor.ControlId FirstAnchorControl
DraggableItemGrid_Layout TextGrid
static MultiplayerChat_Layout Instance

References ItemGrid_Layout.FirstAnchorControl, MultiplayerChat_Layout.Instance, j__TPar, MultiplayerChat_Layout.TextGrid, Microsoft.Xna.Framework.Vector2.X, and Microsoft.Xna.Framework.Vector2.Y.

Referenced by Navigate().