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
AchievementCondition.cs
Go to the documentation of this file.
1using System;
8
10{
12 [global::Cpp2ILInjected.Token(Token = "0x2000693")]
13 public abstract class AchievementCondition
14 {
15 [global::Cpp2ILInjected.Token(Token = "0x14000042")]
17 {
19 [global::Cpp2ILInjected.Token(Token = "0x6003838")]
20 [global::Cpp2ILInjected.Address(RVA = "0x143848C", Offset = "0x143848C", Length = "0x9C")]
21 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
22 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Achievement), Member = "AddCondition", MemberParameters = new object[] { typeof(AchievementCondition) }, ReturnType = typeof(void))]
23 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ConditionsCompletedTracker), Member = "AddCondition", MemberParameters = new object[] { typeof(AchievementCondition) }, ReturnType = typeof(void))]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
25 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Delegate), Member = "Combine", MemberParameters = new object[]
26 {
29 }, ReturnType = typeof(Delegate))]
30 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
31 add
32 {
33 throw null;
34 }
36 [global::Cpp2ILInjected.Token(Token = "0x6003839")]
37 [global::Cpp2ILInjected.Address(RVA = "0x1438F54", Offset = "0x1438F54", Length = "0x9C")]
38 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
39 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
40 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Delegate), Member = "Remove", MemberParameters = new object[]
41 {
44 }, ReturnType = typeof(Delegate))]
45 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
46 remove
47 {
48 throw null;
49 }
50 }
51
52 [global::Cpp2ILInjected.Token(Token = "0x170006CC")]
53 public bool IsCompleted
54 {
55 [global::Cpp2ILInjected.Token(Token = "0x600383A")]
56 [global::Cpp2ILInjected.Address(RVA = "0x1438FF0", Offset = "0x1438FF0", Length = "0x8")]
57 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
58 get
59 {
60 throw null;
61 }
62 }
63
64 [global::Cpp2ILInjected.Token(Token = "0x600383B")]
65 [global::Cpp2ILInjected.Address(RVA = "0x1438FF8", Offset = "0x1438FF8", Length = "0x28")]
66 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CustomFlagCondition), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
67 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CustomFlagCondition), Member = "Create", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(AchievementCondition))]
68 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CustomFloatCondition), Member = ".ctor", MemberParameters = new object[]
69 {
70 typeof(string),
71 typeof(float)
72 }, ReturnType = typeof(void))]
73 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CustomFloatCondition), Member = "Create", MemberParameters = new object[]
74 {
75 typeof(string),
76 typeof(float)
77 }, ReturnType = typeof(AchievementCondition))]
78 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CustomIntCondition), Member = ".ctor", MemberParameters = new object[]
79 {
80 typeof(string),
81 typeof(int)
82 }, ReturnType = typeof(void))]
83 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CustomIntCondition), Member = "Create", MemberParameters = new object[]
84 {
85 typeof(string),
86 typeof(int)
87 }, ReturnType = typeof(AchievementCondition))]
88 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ItemCraftCondition), Member = ".ctor", MemberParameters = new object[]
89 {
91 typeof(short)
92 }, ReturnType = typeof(void))]
93 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ItemCraftCondition), Member = ".ctor", MemberParameters = new object[]
94 {
96 typeof(short[])
97 }, ReturnType = typeof(void))]
98 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ItemPickupCondition), Member = ".ctor", MemberParameters = new object[]
99 {
101 typeof(short)
102 }, ReturnType = typeof(void))]
103 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ItemPickupCondition), Member = ".ctor", MemberParameters = new object[]
104 {
106 typeof(short[])
107 }, ReturnType = typeof(void))]
108 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NPCKilledCondition), Member = ".ctor", MemberParameters = new object[]
109 {
111 typeof(short)
112 }, ReturnType = typeof(void))]
113 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NPCKilledCondition), Member = ".ctor", MemberParameters = new object[]
114 {
116 typeof(short[])
117 }, ReturnType = typeof(void))]
118 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ProgressionEventCondition), Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
119 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ProgressionEventCondition), Member = ".ctor", MemberParameters = new object[] { typeof(int[]) }, ReturnType = typeof(void))]
120 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileDestroyedCondition), Member = ".ctor", MemberParameters = new object[]
121 {
123 typeof(ushort[])
124 }, ReturnType = typeof(void))]
125 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 15)]
126 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
127 protected AchievementCondition(string name)
128 {
129 throw null;
130 }
131
132 [global::Cpp2ILInjected.Token(Token = "0x600383C")]
133 [global::Cpp2ILInjected.Address(RVA = "0x1439020", Offset = "0x1439020", Length = "0x9C")]
134 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CustomFloatCondition), Member = "Load", MemberParameters = new object[] { typeof(JObject) }, ReturnType = typeof(void))]
135 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CustomIntCondition), Member = "Load", MemberParameters = new object[] { typeof(JObject) }, ReturnType = typeof(void))]
136 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
137 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(JObject), Member = "get_Item", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(JToken))]
138 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(JToken), Member = "op_Explicit", MemberParameters = new object[] { typeof(JToken) }, ReturnType = typeof(bool))]
139 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
140 public virtual void Load(JObject state)
141 {
142 throw null;
143 }
144
145 [global::Cpp2ILInjected.Token(Token = "0x600383D")]
146 [global::Cpp2ILInjected.Address(RVA = "0x14390BC", Offset = "0x14390BC", Length = "0x4")]
147 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
148 public virtual void Shutdown()
149 {
150 throw null;
151 }
152
153 [global::Cpp2ILInjected.Token(Token = "0x600383E")]
154 [global::Cpp2ILInjected.Address(RVA = "0x14390C0", Offset = "0x14390C0", Length = "0x8")]
155 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CustomFloatCondition), Member = "Clear", ReturnType = typeof(void))]
156 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CustomIntCondition), Member = "Clear", ReturnType = typeof(void))]
157 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
158 public virtual void Clear()
159 {
160 throw null;
161 }
162
163 [global::Cpp2ILInjected.Token(Token = "0x600383F")]
164 [global::Cpp2ILInjected.Address(RVA = "0x14390C8", Offset = "0x14390C8", Length = "0x30")]
165 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CustomFloatCondition), Member = "Complete", ReturnType = typeof(void))]
166 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CustomIntCondition), Member = "Complete", ReturnType = typeof(void))]
167 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
168 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
169 public virtual void Complete()
170 {
171 throw null;
172 }
173
174 [global::Cpp2ILInjected.Token(Token = "0x6003840")]
175 [global::Cpp2ILInjected.Address(RVA = "0x14390F8", Offset = "0x14390F8", Length = "0x8")]
176 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
178 {
179 throw null;
180 }
181
182 [global::Cpp2ILInjected.Token(Token = "0x6003841")]
183 [global::Cpp2ILInjected.Address(RVA = "0x1438CF0", Offset = "0x1438CF0", Length = "0x2C")]
184 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
185 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
187 {
188 throw null;
189 }
190
191 [global::Cpp2ILInjected.Token(Token = "0x4007921")]
192 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
193 public readonly string Name;
194
196 [global::Cpp2ILInjected.Token(Token = "0x4007922")]
197 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
199
200 [global::Cpp2ILInjected.Token(Token = "0x4007923")]
201 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
203
204 [JsonProperty("Completed")]
205 [global::Cpp2ILInjected.Token(Token = "0x4007924")]
206 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
207 private bool _isCompleted;
208
209 [global::Cpp2ILInjected.Token(Token = "0x2000694")]
211 }
212}
class f__AnonymousType0<< Count > j__TPar
AchievementCondition.AchievementUpdate OnComplete
virtual IAchievementTracker CreateAchievementTracker()
delegate void AchievementUpdate(AchievementCondition condition)