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

◆ Over()

bool GUIInputRegionExclusive.Over ( int x,
int y )
inline

Definition at line 15 of file GUIInputRegionExclusive.cs.

16 {
17 if (this.Active)
18 {
20 IntPtr invoke_impl = isOverHandler.invoke_impl;
21 IntPtr method_code = isOverHandler.method_code;
22 IntPtr method = isOverHandler.method;
23 return;
24 }
25 }
class f__AnonymousType0<< Count > j__TPar
readonly GUIInputRegionExclusive.IsOverHandler isOver

References Active, isOver, and j__TPar.