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
InvokableCallList.cs
Go to the documentation of this file.
1using System;
5
6namespace UnityEngine.Events
7{
8 // Token: 0x02000166 RID: 358
9 internal class InvokableCallList
10 {
11 // Token: 0x060006AE RID: 1710 RVA: 0x000021B3 File Offset: 0x000003B3
13 {
14 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
15 }
16
17 // Token: 0x060006AF RID: 1711 RVA: 0x000021B3 File Offset: 0x000003B3
19 {
20 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
21 }
22
23 // Token: 0x060006B0 RID: 1712 RVA: 0x0000BFC8 File Offset: 0x0000A1C8
24 public void RemoveListener(object targetObj, MethodInfo method)
25 {
26 int size = this.m_RuntimeCalls._size;
28 }
29
30 // Token: 0x060006B1 RID: 1713 RVA: 0x000021B3 File Offset: 0x000003B3
31 public void ClearPersistent()
32 {
33 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
34 }
35
36 // Token: 0x060006B2 RID: 1714 RVA: 0x000021B3 File Offset: 0x000003B3
38 {
39 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
40 }
41
42 // Token: 0x060006B3 RID: 1715 RVA: 0x0000C02C File Offset: 0x0000A22C
44 {
45 }
46
47 // Token: 0x0400065F RID: 1631
49
50 // Token: 0x04000660 RID: 1632
52
53 // Token: 0x04000661 RID: 1633
55
56 // Token: 0x04000662 RID: 1634
57 private bool m_NeedsUpdate = true;
58 }
59}
class f__AnonymousType0<< Count > j__TPar
readonly List< BaseInvokableCall > m_PersistentCalls
void AddListener(BaseInvokableCall call)
void RemoveListener(object targetObj, MethodInfo method)
void AddPersistentInvokableCall(BaseInvokableCall call)
readonly List< BaseInvokableCall > m_RuntimeCalls
List< BaseInvokableCall > PrepareInvoke()
List< BaseInvokableCall > m_ExecutingCalls