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

◆ NextItem()

void GUIControllerDynamicGridNavigator.NextItem ( )
inline

Definition at line 143 of file GUIControllerDynamicGridNavigator.cs.

144 {
147 int num = this.itemRow;
148 IntPtr invoke_impl = grid.invoke_impl;
149 IntPtr method_code = grid.method_code;
150 IntPtr method = grid.method;
152 int num2 = this.itemColumn;
153 IntPtr invoke_impl2 = collectionCount.invoke_impl;
154 IntPtr method_code2 = collectionCount.method_code;
156 }
class f__AnonymousType0<< Count > j__TPar
readonly GUIControllerDynamicGridNavigator.GetGrid _grid
readonly GUIControllerDynamicGridNavigator.GetCollectionCount _collectionCount

References _collectionCount, _grid, itemColumn, itemRow, j__TPar, and LeftSideController.

Referenced by GUIControllerHousing4Page.NextItem().