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

◆ PreviousItem()

void GUIControllerDynamicGridNavigator.PreviousItem ( )
inline

Definition at line 159 of file GUIControllerDynamicGridNavigator.cs.

160 {
163 int num = this.itemRow;
164 IntPtr invoke_impl = grid.invoke_impl;
165 IntPtr method_code = grid.method_code;
166 IntPtr method = grid.method;
167 int num2 = this.itemColumn;
169 IntPtr invoke_impl2 = collectionCount.invoke_impl;
170 IntPtr method_code2 = collectionCount.method_code;
172 }
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.PreviousItem().