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.2.cs
Go to the documentation of this file.
1using System;
6
7namespace UnityEngine.Events
8{
9 // Token: 0x0200016B RID: 363
11 public class UnityEvent<T0> : UnityEventBase
12 {
13 // Token: 0x060006CA RID: 1738 RVA: 0x0000C2C8 File Offset: 0x0000A4C8
15 public UnityEvent()
16 {
17 }
18
19 // Token: 0x060006CB RID: 1739 RVA: 0x0000C2DC File Offset: 0x0000A4DC
21 {
22 }
23
24 // Token: 0x060006CC RID: 1740 RVA: 0x0000C2EC File Offset: 0x0000A4EC
26 {
27 long num = 0L;
28 MethodInfo method = call.Method;
29 base.RemoveListener(num, method);
30 }
31
32 // Token: 0x060006CD RID: 1741 RVA: 0x0000C30C File Offset: 0x0000A50C
33 protected override MethodInfo FindMethod_Impl(string name, Type targetObjType)
34 {
35 Type type;
36 if (type == null || type != null)
37 {
39 return methodInfo;
40 }
42 }
43
44 // Token: 0x060006CE RID: 1742 RVA: 0x000021B3 File Offset: 0x000003B3
45 internal override BaseInvokableCall GetDelegate(object target, MethodInfo theFunction)
46 {
47 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
48 }
49
50 // Token: 0x060006CF RID: 1743 RVA: 0x000021B3 File Offset: 0x000003B3
52 {
53 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
54 }
55
56 // Token: 0x060006D0 RID: 1744 RVA: 0x0000C328 File Offset: 0x0000A528
57 public void Invoke(T0 arg0)
58 {
59 List<BaseInvokableCall> list = base.PrepareInvoke();
60 int size = list._size;
61 if (list != null)
62 {
63 }
64 if (list != null)
65 {
66 }
67 int size2 = list._size;
68 }
69
70 // Token: 0x04000667 RID: 1639
71 private object[] m_InvokeArray;
72 }
73}
class f__AnonymousType0<< Count > j__TPar
override MethodInfo FindMethod_Impl(string name, Type targetObjType)
override BaseInvokableCall GetDelegate(object target, MethodInfo theFunction)
void AddListener(UnityAction< T0 > call)
static BaseInvokableCall GetDelegate(UnityAction< T0 > action)
void RemoveListener(UnityAction< T0 > call)