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

◆ Navigate()

GUIControllerItem GUIControllerChat.Navigate ( Vector2 navigationVector)
inline

Implements GUIControllerItem.

Definition at line 131 of file GUIControllerChat.cs.

132 {
134 do
135 {
138 {
139 }
142 int num = 7;
145 {
147 }
149 }
150 while (guicontrollerItem != null);
151 return guicontrollerItem;
152 }
class f__AnonymousType0<< Count > j__TPar
static void UpdateScrollRegion()
GUIControllerChat.Controls selectedControl
ItemGrid_Layout.ReorderStyle Reorder
DraggableItemGrid_Layout TextGrid
static MultiplayerChat_Layout Instance

References MultiplayerChat_Layout.Instance, j__TPar, ItemGrid_Layout.Reorder, selectedControl, MultiplayerChat_Layout.TextGrid, and UpdateScrollRegion().