terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
UnityEvent.cs
Go to the documentation of this file.
1using System;
5
6namespace UnityEngine.Events
7{
8 // Token: 0x02000169 RID: 361
10 public class UnityEvent<T0, T1> : UnityEventBase
11 {
12 // Token: 0x060006C5 RID: 1733 RVA: 0x0000C268 File Offset: 0x0000A468
14 public UnityEvent()
15 {
16 }
17
18 // Token: 0x060006C6 RID: 1734 RVA: 0x0000C27C File Offset: 0x0000A47C
19 protected override MethodInfo FindMethod_Impl(string name, Type targetObjType)
20 {
21 Type type;
22 Type type2;
23 if ((type == null || type != null) && (type2 == null || type2 != null))
24 {
26 return methodInfo;
27 }
29 }
30
31 // Token: 0x060006C7 RID: 1735 RVA: 0x000021B3 File Offset: 0x000003B3
32 internal override BaseInvokableCall GetDelegate(object target, MethodInfo theFunction)
33 {
34 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
35 }
36
37 // Token: 0x04000666 RID: 1638
38 private object[] m_InvokeArray;
39 }
40}
class f__AnonymousType0<< Count > j__TPar
override MethodInfo FindMethod_Impl(string name, Type targetObjType)
Definition UnityEvent.cs:19
override BaseInvokableCall GetDelegate(object target, MethodInfo theFunction)
Definition UnityEvent.cs:32