|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for UnityEngine.Events.InvokableCall< T1, T2, T3, T4 >:
Collaboration diagram for UnityEngine.Events.InvokableCall< T1, T2, T3, T4 >:Public Member Functions | |
| InvokableCall (object target, MethodInfo theFunction) | |
| InvokableCall (UnityAction< T1 > action) | |
| override void | Invoke (object[] args) |
| virtual void | Invoke (T1 args0) |
| override bool | Find (object targetObj, MethodInfo method) |
| InvokableCall (object target, MethodInfo theFunction) | |
| override void | Invoke (object[] args) |
| override bool | Find (object targetObj, MethodInfo method) |
| InvokableCall (object target, MethodInfo theFunction) | |
| override void | Invoke (object[] args) |
| override bool | Find (object targetObj, MethodInfo method) |
| InvokableCall (object target, MethodInfo theFunction) | |
| override void | Invoke (object[] args) |
| override bool | Find (object targetObj, MethodInfo method) |
| InvokableCall (object target, MethodInfo theFunction) | |
| InvokableCall (UnityAction action) | |
| override void | Invoke (object[] args) |
| void | Invoke () |
| override bool | Find (object targetObj, MethodInfo method) |
Static Protected Member Functions | |
| static void | ThrowOnInvalidArg< T > (object arg) |
| static bool | AllowInvoke (Delegate @delegate) |
Properties | |
| UnityAction< T1 > | Delegate [set] |
| UnityAction | Delegate [set] |
Private Attributes | |
| UnityAction< T1, T2 > | Delegate |
| UnityAction< T1, T2, T3 > | Delegate |
| UnityAction< T1, T2, T3, T4 > | Delegate |
Definition at line 11 of file InvokableCall.5.cs.