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 | |
UpdateFunction (object @object, IntPtr method) | |
void | Invoke () |
override void | GetObjectData (SerializationInfo info, StreamingContext context) |
override bool | Equals (object obj) |
override int | GetHashCode () |
override Delegate[] | GetInvocationList () |
virtual object | Clone () |
Protected Member Functions | |
override MethodInfo | GetMethodImpl () |
override Delegate | CombineImpl (Delegate follow) |
override Delegate | RemoveImpl (Delegate value) |
Static Package Functions | |
static Delegate | CreateDelegate_internal (Type type, object target, MethodInfo info, bool throwOnBindFailure) |
static MulticastDelegate | AllocDelegateLike_internal (Delegate d) |
Properties | |
MethodInfo | Method [get] |
object | Target [get] |
Private Member Functions | |
int | LastIndexOf (Delegate[] haystack, Delegate[] needle) |
MethodInfo | GetVirtualMethod_internal () |
Static Private Member Functions | |
static bool | arg_type_match (Type delArgType, Type argType) |
static bool | arg_type_match_this (Type delArgType, Type argType, bool boxedThis) |
static bool | return_type_match (Type delReturnType, Type returnType) |
static Delegate | CreateDelegate (Type type, object firstArgument, MethodInfo method, bool throwOnBindFailure, bool allowClosed) |
static MethodInfo | GetCandidateMethod (Type type, Type target, string method, BindingFlags bflags, bool ignoreCase, bool throwOnBindFailure) |
Definition at line 33 of file PlayerLoopSystem.cs.