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 | |
bool | IsValid () |
BaseInvokableCall | GetRuntimeCall (UnityEventBase theEvent) |
void | OnBeforeSerialize () |
void | OnAfterDeserialize () |
PersistentCall () | |
Properties | |
Object | target [get] |
string | targetAssemblyTypeName [get] |
string | methodName [get] |
PersistentListenerMode | mode [get] |
ArgumentCache | arguments [get] |
Static Private Member Functions | |
static BaseInvokableCall | GetObjectCall (Object target, MethodInfo method, ArgumentCache arguments) |
Private Attributes | |
Object | m_Target |
string | m_TargetAssemblyTypeName |
string | m_MethodName |
PersistentListenerMode | m_Mode |
ArgumentCache | m_Arguments |
UnityEventCallState | m_CallState = UnityEventCallState.RuntimeOnly |
Definition at line 9 of file PersistentCall.cs.