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

◆ Invoke()

void Terraria.UI.UIElement.ScrollWheelEvent.Invoke ( UIScrollWheelEvent evt,
UIElement listeningElement )
inline

Definition at line 1238 of file UIElement.cs.

1239 {
1242 IntPtr method = this.method;
1243 }
IntPtr method_code
Definition Delegate.cs:386
IntPtr invoke_impl
Definition Delegate.cs:371

References System.Delegate.invoke_impl, System.Delegate.method, and System.Delegate.method_code.