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

◆ UpdateScroll()

void GUIControllerDynamicGridNavigator.UpdateScroll ( )
inlineprotected

Definition at line 620 of file GUIControllerDynamicGridNavigator.cs.

621 {
622 int num3;
624 {
626 IntPtr invoke_impl = collectionCount.invoke_impl;
627 IntPtr method_code = collectionCount.method_code;
628 IntPtr method = collectionCount.method;
629 if (this.itemCountAtDisableScroll == 0)
630 {
631 }
633 IntPtr invoke_impl2 = itemScale.invoke_impl;
634 IntPtr method_code2 = itemScale.method_code;
635 IntPtr method2 = itemScale.method;
636 if (itemScale == null)
637 {
638 }
640 IntPtr invoke_impl3 = grid.invoke_impl;
641 IntPtr method_code3 = grid.method_code;
642 IntPtr method3 = grid.method;
644 IntPtr method_code4 = getScrollOffset.method_code;
645 IntPtr invoke_impl4 = getScrollOffset.invoke_impl;
647 int num = this.scrollOffset;
649 this.scrollOffset = num;
654 int num2 = this.scrollOffset;
658 num3 = 32640;
660 return;
661 }
663 if (num3 == 0)
664 {
665 }
667 IntPtr invoke_impl7 = itemScale2.invoke_impl;
668 IntPtr method_code7 = itemScale2.method_code;
669 IntPtr method7 = itemScale2.method;
670 if (itemScale2 == null)
671 {
672 }
674 IntPtr invoke_impl8 = grid2.invoke_impl;
675 IntPtr method_code8 = grid2.method_code;
676 IntPtr method8 = grid2.method;
681 int num4 = this.scrollOffset;
688 int num5 = this.scrollOffset;
692 int num6 = 32640;
694 int num7 = this.scrollOffset;
698 }
class f__AnonymousType0<< Count > j__TPar
readonly GUIControllerDynamicGridNavigator.GetGrid _grid
readonly GUIControllerDynamicGridNavigator.GetScrollOffset _getScrollOffset
readonly GUIControllerDynamicGridNavigator.GetCollectionCount _collectionCount
readonly GUIControllerDynamicGridNavigator.GetItemScale _itemScale

References _collectionCount, _getScrollOffset, _grid, _itemScale, itemCountAtDisableScroll, itemScale, j__TPar, MaxScrollOffset_Horizontal, scrollDisabledUntilChange, and scrollOffset.