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
UnityEngine.Events.InvokableCall< T1, T2, T3, T4 > Class Template Reference
+ Inheritance 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
 
UnityAction Delegate
 

Private Attributes

UnityAction< T1, T2 > Delegate
 
UnityAction< T1, T2, T3 > Delegate
 
UnityAction< T1, T2, T3, T4 > Delegate
 

Detailed Description

Definition at line 9 of file InvokableCall.5.cs.


The documentation for this class was generated from the following files: