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 GUIControllerPageGroup.Navigate ( Vector2 navigationVector)
inline

Implements GUIControllerItem.

Definition at line 48 of file GUIControllerPageGroup.cs.

49 {
52 int menuRow = this.MenuRow;
53 if (grouping.NavigateFromMenuIntoPage(menuRow) == null)
54 {
56 int menuRow2 = this.MenuRow;
58 if (guicontrollerItem == null)
59 {
60 return guicontrollerItem;
61 }
62 }
64 while (guicontrollerItem2 != null)
65 {
66 }
67 return guicontrollerItem2;
68 }
class f__AnonymousType0<< Count > j__TPar
readonly GUIPageIconGrouping Grouping
LayoutCalculator.AnchorType Anchor
GUIControllerItem NavigateFromMenuIntoPage(int MenuRow)

References GUIPageIconGrouping.Anchor, Grouping, j__TPar, MenuRow, and GUIPageIconGrouping.NavigateFromMenuIntoPage().