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 GUIJourneyModeSettings.IsOverCategories ( Microsoft::Xna::Framework::Vector2 cursorPosition)
inlineprivate

Definition at line 275 of file GUIJourneyModeSettings.cs.

276 {
277 if (this.Enabled && this.overlayEntry == null)
278 {
280 int bottom = rectangle.Bottom;
281 bool flag;
282 return flag;
283 }
284 }
class f__AnonymousType0<< Count > j__TPar

References Microsoft.Xna.Framework.Rectangle.Bottom, Enabled, j__TPar, and overlayEntry.