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

◆ NavigateInto()

void GUIControllerDynamicGridNavigator.NavigateInto ( int column,
int row )
inline

Definition at line 1031 of file GUIControllerDynamicGridNavigator.cs.

1032 {
1034 IntPtr invoke_impl = grid.invoke_impl;
1035 IntPtr method_code = grid.method_code;
1036 IntPtr method = grid.method;
1038 IntPtr invoke_impl2 = menuItemCount.invoke_impl;
1039 IntPtr method_code2 = menuItemCount.method_code;
1040 IntPtr method2 = menuItemCount.method;
1042 IntPtr invoke_impl3 = displayItemCount.invoke_impl;
1043 IntPtr method_code3 = displayItemCount.method_code;
1045 int menuColumn = this.MenuColumn;
1046 int num = this.scrollOffset;
1047 this.itemRow = num;
1049 this.ClampPosition();
1050 }
class f__AnonymousType0<< Count > j__TPar
readonly GUIControllerDynamicGridNavigator.GetGrid _grid
readonly GUIControllerDynamicGridNavigator.GetCollectionCount _menuItemCount
readonly GUIControllerDynamicGridNavigator.GetCollectionCount _displayItemCount

References _displayItemCount, _grid, _menuItemCount, ClampPosition(), j__TPar, MenuColumn, and scrollOffset.

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