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

◆ IsOver()

bool GUIResearch.IsOver ( Vector2 cursorPosition)
inline

Definition at line 98 of file GUIResearch.cs.

99 {
100 if (!true)
101 {
102 }
104 {
105 }
106 if (this.Displaying)
107 {
112 TransactionButton_Layout close = instance.Close;
115 }
116 return true;
117 }
class f__AnonymousType0<< Count > j__TPar
static Rectangle GetControlRegion(ControlAnchor.ControlId controlId)
static void SetGridItemRegion(Rectangle region)
static Rectangle Region(Panel_Layout layout)
Definition GUIPanel.cs:57
static Rectangle GetRegion(TransactionButton_Layout layout)
GUIPageIconGrouping GetCategoryGrouping(GUIPageIcons.Category category, bool includeOptions=true)
static InterfaceProfile_Layout Active
TransactionButton_Layout Close
Panel_Layout Backing
static Research_Layout Instance

References InterfaceStyles_Layout.Active, Research_Layout.Backing, Research_Layout.Close, Displaying, InterfaceProfile_Layout.GetCategoryGrouping(), ControlAnchor.GetControlRegion(), GUITransactionButton.GetRegion(), Research_Layout.Instance, j__TPar, GUIPanel.Region(), and ControlAnchor.SetGridItemRegion().