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 GUIWiresUI.IsOver ( Microsoft::Xna::Framework::Vector2 cursorPosition)
inline

Definition at line 221 of file GUIWiresUI.cs.

222 {
223 if (!true)
224 {
225 }
226 bool gameMenu = Main.gameMenu;
227 if (this.DisplayOptions)
228 {
231 bool flag = active.AnyOpen();
232 bool flag2 = active.IsPageSelected(GUIPageIcons.Category.Inventory);
233 if (this.CalculateRegion() == null)
234 {
235 }
236 bool flag3;
237 return flag3;
238 }
239 }
class f__AnonymousType0<< Count > j__TPar
bool DisplayOptions
Rectangle CalculateRegion()
bool IsPageSelected(GUIPageIcons.Category category)
static InterfaceProfile_Layout Active
static bool gameMenu
Definition Main.cs:2673

References InterfaceStyles_Layout.Active, InterfaceProfile_Layout.AnyOpen(), CalculateRegion(), DisplayOptions, Terraria.GameContent.UI.WiresUI.Settings.DrawToolModeUI, Terraria.Main.gameMenu, InterfaceProfile_Layout.IsPageSelected(), and j__TPar.