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
UnityEventBaseExtensions.cs
Go to the documentation of this file.
1using System;
6
7[global::Cpp2ILInjected.Token(Token = "0x2000301")]
8public static class UnityEventBaseExtensions
9{
10 [global::Cpp2ILInjected.Token(Token = "0x60011CF")]
11 [global::Cpp2ILInjected.Address(RVA = "0xA6EEE0", Offset = "0xA6EEE0", Length = "0x204")]
12 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Type), Member = "op_Inequality", MemberParameters = new object[]
15 {
16 typeof(Type),
18 }, ReturnType = typeof(bool))]
19 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(RuntimeTypeHandle) }, ReturnType = typeof(Type))]
20 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UnityEventBase), Member = "GetValidMethodInfo", MemberParameters = new object[]
21 {
22 typeof(object),
23 typeof(string),
24 typeof(Type[])
25 }, ReturnType = typeof(MethodInfo))]
26 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 17)]
28 {
29 throw null;
30 }
31}
class f__AnonymousType0<< Count > j__TPar
static MethodInfo FindMethod(this UnityEventBase eventBase, string name, object listener, PersistentListenerMode mode, Type argumentType)