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

Definition at line 295 of file GUIKeyboardMappings.cs.

296 {
297 if (this.Enabled && this.overlayEntry == null)
298 {
300 int bottom = rectangle.Bottom;
301 bool flag;
302 return flag;
303 }
304 }
class f__AnonymousType0<< Count > j__TPar
GUIKeyboardMappingEntry overlayEntry

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