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 GUIContollerTransactionButtonList.GetSelectedItemRegion ( )
inline

Implements GUIControllerItem.

Definition at line 43 of file GUIContollerTransactionButtonList.cs.

44 {
46 if (regionSetup != null)
47 {
48 IntPtr invoke_impl = regionSetup.invoke_impl;
49 IntPtr method_code = regionSetup.method_code;
50 IntPtr method = regionSetup.method;
51 }
52 float scale = this._items.Scale;
54 if (regionSetup2 != null)
55 {
56 IntPtr invoke_impl2 = regionSetup2.invoke_impl;
57 IntPtr method_code2 = regionSetup2.method_code;
59 }
61 return rectangle;
62 }
class f__AnonymousType0<< Count > j__TPar
GUIContollerTransactionButtonList.SetupRegions _regionSetup

References _items, _regionSetup, j__TPar, and Button_Layout.Scale.