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

◆ GetNavigationOutDirs()

int GUIControllerDynamicGridNavigator.GetNavigationOutDirs ( )
inline

Definition at line 876 of file GUIControllerDynamicGridNavigator.cs.

877 {
878 if (this._controller != null)
879 {
881 IntPtr invoke_impl = menuItemCount.invoke_impl;
882 IntPtr method_code = menuItemCount.method_code;
883 IntPtr method = menuItemCount.method;
888 int num = this.itemColumn;
889 int menuColumn = this.MenuColumn;
892 int num2 = this.menuRow;
893 IntPtr invoke_impl3 = menuItemCount2.invoke_impl;
894 IntPtr method_code3 = menuItemCount2.method_code;
900 int num3 = this.menuRow;
901 }
902 int num4 = this.itemRow;
903 int num5 = this.itemColumn;
905 int num6 = this.itemRow;
907 int num7 = this.itemColumn;
909 int num8 = this.itemRow;
910 return this.MaxRow_Horizontal;
911 }
class f__AnonymousType0<< Count > j__TPar
readonly GUIControllerDynamicGridNavigator.GetCollectionCount _menuItemCount
readonly GUIControllerDynamicGridNavigator.GetCollectionCount _displayItemCount

References _controller, _displayItemCount, _menuItemCount, itemColumn, itemRow, j__TPar, LeftSideController, MaxRow_Horizontal, MaxRowColumn_Horizontal, MenuColumn, and menuRow.

Referenced by GUIControllerCrafting4Page.GetNavigationOutDirs(), GUIControllerCraftingGuide.GetNavigationOutDirs(), GUIControllerCraftingGuidePopup.GetNavigationOutDirs(), GUIControllerHousing4Page.GetNavigationOutDirs(), GUIControllerItemDuplication4Page.GetNavigationOutDirs(), GUIControllerPVP4Page.GetNavigationOutDirs(), GUIControllerReforge4Page.GetNavigationOutDirs(), and GUIControllerResearchPage4Page.GetNavigationOutDirs().