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

◆ IsOverCategories()

bool GUISettingsOverlay.IsOverCategories ( Microsoft::Xna::Framework::Vector2 cursorPosition)
inlineprivate

Definition at line 328 of file GUISettingsOverlay.cs.

329 {
330 do
331 {
332 bool inFancyUI = Main.inFancyUI;
333 }
334 while (this.overlayEntry != null);
336 int bottom = rectangle.Bottom;
337 bool flag;
338 return flag;
339 }
class f__AnonymousType0<< Count > j__TPar
GUISettingEntry overlayEntry
static bool inFancyUI
Definition Main.cs:825

References Microsoft.Xna.Framework.Rectangle.Bottom, Terraria.Main.inFancyUI, j__TPar, and overlayEntry.