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.CachedInvokableCall< T > Class Template Reference
+ Inheritance diagram for UnityEngine.Events.CachedInvokableCall< T >:

Public Member Functions

 CachedInvokableCall (Object target, MethodInfo theFunction, T argument)
 
override void Invoke (object[] args)
 
override void Invoke (T arg0)
 
virtual void Invoke (T1 args0)
 
void Invoke ()
 
override bool Find (object targetObj, MethodInfo method)
 
override bool Find (object targetObj, MethodInfo method)
 
override bool Find (object targetObj, MethodInfo method)
 
override bool Find (object targetObj, MethodInfo method)
 
override bool Find (object targetObj, MethodInfo method)
 
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

readonly T m_Arg1
 
UnityAction< T1, T2 > Delegate
 
UnityAction< T1, T2, T3 > Delegate
 
UnityAction< T1, T2, T3, T4 > Delegate
 

Detailed Description

Definition at line 7 of file CachedInvokableCall.cs.


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