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

◆ ClickedOutOfRegion()

bool GUIPageIcons.ClickedOutOfRegion ( Rectangle popupRegion,
bool showDebug = false )
inline

Definition at line 633 of file GUIPageIcons.cs.

634 {
635 global::Cursor cursor;
636 if (cursor != null)
637 {
638 float x = cursor.Position.x;
639 float y = cursor.Position.y;
640 if (!cursor.Down || cursor.WasDown)
641 {
642 }
643 }
644 string text;
645 Debug.Log(text);
646 return true;
647 }
class f__AnonymousType0<< Count > j__TPar
static void Log(object message)
Definition Debug.cs:51

References j__TPar, UnityEngine.Debug.Log(), and System.text.