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
Loading...
Searching...
No Matches
UnityEngine.Events.InvokableCallList Class Reference
+ Collaboration diagram for UnityEngine.Events.InvokableCallList:

Public Member Functions

void AddPersistentInvokableCall (BaseInvokableCall call)
 
void AddListener (BaseInvokableCall call)
 
void RemoveListener (object targetObj, MethodInfo method)
 
void ClearPersistent ()
 
List< BaseInvokableCallPrepareInvoke ()
 
 InvokableCallList ()
 

Private Attributes

readonly List< BaseInvokableCallm_PersistentCalls
 
readonly List< BaseInvokableCallm_RuntimeCalls
 
List< BaseInvokableCallm_ExecutingCalls
 
bool m_NeedsUpdate
 

Detailed Description

Definition at line 10 of file InvokableCallList.cs.


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