terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
void | AddPersistentInvokableCall (BaseInvokableCall call) |
void | AddListener (BaseInvokableCall call) |
void | RemoveListener (object targetObj, MethodInfo method) |
void | ClearPersistent () |
List< BaseInvokableCall > | PrepareInvoke () |
InvokableCallList () | |
Private Attributes | |
readonly List< BaseInvokableCall > | m_PersistentCalls |
readonly List< BaseInvokableCall > | m_RuntimeCalls |
List< BaseInvokableCall > | m_ExecutingCalls |
bool | m_NeedsUpdate = true |
Definition at line 9 of file InvokableCallList.cs.