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

◆ RefreshScrollOffset()

void GUIControllerDynamicGridNavigator.RefreshScrollOffset ( )
inline

Definition at line 578 of file GUIControllerDynamicGridNavigator.cs.

579 {
580 int num = 1;
582 if (num == 0)
583 {
584 }
586 IntPtr invoke_impl = itemScale.invoke_impl;
587 IntPtr method_code = itemScale.method_code;
588 IntPtr method = itemScale.method;
589 if (itemScale == null)
590 {
591 }
593 IntPtr invoke_impl2 = grid.invoke_impl;
594 IntPtr method_code2 = grid.method_code;
595 IntPtr method2 = grid.method;
597 IntPtr method_code3 = getScrollOffset.method_code;
598 IntPtr invoke_impl3 = getScrollOffset.invoke_impl;
600 int num2 = this.scrollOffset;
607 int num3 = this.scrollOffset;
611 int num4 = 32640;
613 int num5 = this.scrollOffset;
617 }
class f__AnonymousType0<< Count > j__TPar
readonly GUIControllerDynamicGridNavigator.GetGrid _grid
readonly GUIControllerDynamicGridNavigator.GetScrollOffset _getScrollOffset
readonly GUIControllerDynamicGridNavigator.GetItemScale _itemScale

References _getScrollOffset, _grid, _itemScale, itemScale, j__TPar, MaxScrollOffset_Horizontal, and scrollOffset.

Referenced by GUIControllerCrafting4Page.RefreshScrollOffset(), GUIControllerCraftingGuide.RefreshScrollOffset(), GUIControllerCraftingGuidePopup.RefreshScrollOffset(), and GUIControllerItemDuplication4Page.RefreshScrollOffset().