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

override void UnityEngine.Events.InvokableCall< T1, T2, T3, T4 >.Invoke ( object[] args)
inline

Definition at line 54 of file InvokableCall.cs.

55 {
56 bool flag = BaseInvokableCall.AllowInvoke(this.Delegate);
57 UnityAction @delegate = this.Delegate;
58 IntPtr invoke_impl = @delegate.invoke_impl;
59 IntPtr method_code = @delegate.method_code;
60 IntPtr method = @delegate.method;
61 }
class f__AnonymousType0<< Count > j__TPar

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