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

◆ IsOver()

bool GUIEmotesWindow.IsOver ( Vector2 cursorPosition)
inline

Definition at line 33 of file GUIEmotesWindow.cs.

34 {
35 if (this.DisplayingEmotes)
36 {
37 return true;
38 }
39 }

References DisplayingEmotes.