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()

override Rectangle GUIControllerResearchPage4Page.GetSelectedItemRegion ( )
inlinevirtual

Reimplemented from GUIPageContentController.

Definition at line 150 of file GUIControllerResearchPage4Page.cs.

151 {
152 base.LoadPageAnchor();
157 if (researchButton != 0)
158 {
159 TransactionButton_Layout close = instance.Close;
162 }
164 return rectangle;
165 }
class f__AnonymousType0<< Count > j__TPar
static void SetGridItemRegion(Rectangle region)
static Rectangle Region(Panel_Layout layout)
Definition GUIPanel.cs:57
TransactionButton_Layout Close
Panel_Layout Backing
static Research_Layout Instance

References Research_Layout.Backing, Research_Layout.Close, GUIControllerDynamicGridNavigator.GetSelectedItemRegion(), Research_Layout.Instance, j__TPar, GUIPanel.Region(), GUIPageContentController.ResearchButton, and ControlAnchor.SetGridItemRegion().