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

Definition at line 223 of file GUIControllerMappings.cs.

224 {
225 if (this.overlayEntry == null)
226 {
228 int bottom = rectangle.Bottom;
229 bool flag;
230 return flag;
231 }
232 }
class f__AnonymousType0<< Count > j__TPar
GUIControllerMappingEntryBase overlayEntry

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