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

◆ GetSelectedItemRegion()

Rectangle GUIControllerDynamicGridNavigator.GetSelectedItemRegion ( )
inline

Definition at line 999 of file GUIControllerDynamicGridNavigator.cs.

1000 {
1001 int num = 1;
1002 this.ClampPosition();
1003 if (num == 0)
1004 {
1005 }
1007 IntPtr invoke_impl = itemScale.invoke_impl;
1008 IntPtr method_code = itemScale.method_code;
1009 IntPtr method = itemScale.method;
1010 if (itemScale == null)
1011 {
1012 }
1013 int num2 = this.scrollOffset;
1014 int num3 = this.itemRow;
1015 bool flag = this.inMenu;
1016 int menuColumn = this.MenuColumn;
1017 int num4 = this.menuRow;
1019 IntPtr invoke_impl2 = grid.invoke_impl;
1020 IntPtr method_code2 = grid.method_code;
1021 IntPtr method2 = grid.method;
1023 IntPtr invoke_impl3 = grid2.invoke_impl;
1024 IntPtr method_code3 = grid2.method_code;
1025 IntPtr method3 = grid2.method;
1026 Debug.Log("Cursor outside visible");
1027 return "Cursor outside visible";
1028 }
class f__AnonymousType0<< Count > j__TPar
readonly GUIControllerDynamicGridNavigator.GetGrid _grid
readonly GUIControllerDynamicGridNavigator.GetItemScale _itemScale
static void Log(object message)
Definition Debug.cs:51

References _grid, _itemScale, ClampPosition(), inMenu, itemRow, itemScale, j__TPar, UnityEngine.Debug.Log(), MenuColumn, menuRow, and scrollOffset.

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