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
CachedInvokableCall.cs
Go to the documentation of this file.
1using System;
5
6namespace UnityEngine.Events
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000162")]
9 internal class CachedInvokableCall<T> : InvokableCall<T>
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x600069E")]
12 [global::Cpp2ILInjected.Address(RVA = "0x18EB86C", Offset = "0x18EB86C", Length = "0x38")]
13 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
14 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(PersistentCall), Member = "GetRuntimeCall", MemberParameters = new object[] { typeof(UnityEventBase) }, ReturnType = typeof(BaseInvokableCall))]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
18 {
19 throw null;
20 }
21
22 [global::Cpp2ILInjected.Token(Token = "0x600069F")]
23 [global::Cpp2ILInjected.Address(RVA = "0x18EB8A4", Offset = "0x18EB8A4", Length = "0x18")]
24 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
25 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
26 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
27 public override void Invoke(object[] args)
28 {
29 throw null;
30 }
31
32 [global::Cpp2ILInjected.Token(Token = "0x60006A0")]
33 [global::Cpp2ILInjected.Address(RVA = "0x18EB8BC", Offset = "0x18EB8BC", Length = "0x18")]
34 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
35 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
36 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
37 public override void Invoke(T arg0)
38 {
39 throw null;
40 }
41
42 [global::Cpp2ILInjected.Token(Token = "0x4000653")]
43 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
44 private readonly T m_Arg1;
45 }
46}
class f__AnonymousType0<< Count > j__TPar
CachedInvokableCall(Object target, MethodInfo theFunction, T argument)