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.InvokableCallList Class Reference

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 = true
 

Detailed Description

Definition at line 9 of file InvokableCallList.cs.


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