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() [1/7]

void UnityEngine.Events.InvokableCall< T1, T2, T3, T4 >.Invoke ( )
inline

Definition at line 64 of file InvokableCall.cs.

65 {
66 bool flag = BaseInvokableCall.AllowInvoke(this.Delegate);
67 UnityAction @delegate = this.Delegate;
68 IntPtr invoke_impl = @delegate.invoke_impl;
69 IntPtr method_code = @delegate.method_code;
70 IntPtr method = @delegate.method;
71 }
class f__AnonymousType0<< Count > j__TPar

References UnityEngine.Events.BaseInvokableCall.AllowInvoke(), UnityEngine.Events.InvokableCall< T1, T2, T3, T4 >.Delegate, and j__TPar.