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
DD2Film.cs
Go to the documentation of this file.
1using System;
13
14namespace Terraria.Cinematics
15{
16 [global::Cpp2ILInjected.Token(Token = "0x200078E")]
17 public class DD2Film : Film
18 {
19 [global::Cpp2ILInjected.Token(Token = "0x6003F2F")]
20 [global::Cpp2ILInjected.Address(RVA = "0x7438B8", Offset = "0x7438B8", Length = "0xB90")]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
22 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = ".ctor", ReturnType = typeof(void))]
23 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Film), Member = ".ctor", ReturnType = typeof(void))]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(FrameEvent), Member = ".ctor", MemberParameters = new object[]
25 {
26 typeof(object),
28 }, ReturnType = typeof(void))]
29 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Film), Member = "AppendKeyFrames", MemberParameters = new object[] { typeof(FrameEvent[]) }, ReturnType = typeof(void))]
30 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Film), Member = "AppendSequences", MemberParameters = new object[]
31 {
32 typeof(int),
33 typeof(FrameEvent[])
34 }, ReturnType = typeof(void))]
35 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Film), Member = "AddKeyFrame", MemberParameters = new object[]
36 {
37 typeof(int),
38 typeof(FrameEvent)
39 }, ReturnType = typeof(void))]
40 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Film), Member = "AddSequences", MemberParameters = new object[]
41 {
42 typeof(int),
43 typeof(int),
44 typeof(FrameEvent[])
45 }, ReturnType = typeof(void))]
46 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Film), Member = "AddSequence", MemberParameters = new object[]
47 {
48 typeof(int),
49 typeof(int),
50 typeof(FrameEvent)
51 }, ReturnType = typeof(void))]
52 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 106)]
53 public DD2Film()
54 {
55 throw null;
56 }
57
58 [global::Cpp2ILInjected.Token(Token = "0x6003F30")]
59 [global::Cpp2ILInjected.Address(RVA = "0x744B48", Offset = "0x744B48", Length = "0x50")]
60 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
61 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CombatText), Member = "clearAll", ReturnType = typeof(void))]
62 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
64 {
65 throw null;
66 }
67
68 [global::Cpp2ILInjected.Token(Token = "0x6003F31")]
69 [global::Cpp2ILInjected.Address(RVA = "0x744B98", Offset = "0x744B98", Length = "0x44")]
70 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
71 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
72 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DD2Film), Member = "PlaceNPCOnGround", MemberParameters = new object[]
73 {
74 typeof(int),
76 }, ReturnType = typeof(NPC))]
78 {
79 throw null;
80 }
81
82 [global::Cpp2ILInjected.Token(Token = "0x6003F32")]
83 [global::Cpp2ILInjected.Address(RVA = "0x744D98", Offset = "0x744D98", Length = "0x34")]
84 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
85 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
87 {
88 throw null;
89 }
90
91 [global::Cpp2ILInjected.Token(Token = "0x6003F33")]
92 [global::Cpp2ILInjected.Address(RVA = "0x744DDC", Offset = "0x744DDC", Length = "0x1D4")]
93 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
94 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
95 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EntitySource_Film), Member = ".ctor", ReturnType = typeof(void))]
96 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Entity), Member = "get_Center", ReturnType = typeof(Vector2))]
97 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Entity), Member = "get_Bottom", ReturnType = typeof(Vector2))]
98 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NPC), Member = "NewNPC", MemberParameters = new object[]
99 {
101 typeof(int),
102 typeof(int),
103 typeof(int),
104 typeof(int),
105 typeof(float),
106 typeof(float),
107 typeof(float),
108 typeof(float),
109 typeof(int)
110 }, ReturnType = typeof(int))]
111 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
113 {
114 throw null;
115 }
116
117 [global::Cpp2ILInjected.Token(Token = "0x6003F34")]
118 [global::Cpp2ILInjected.Address(RVA = "0x744FB0", Offset = "0x744FB0", Length = "0x1D4")]
119 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
120 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
121 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EntitySource_Film), Member = ".ctor", ReturnType = typeof(void))]
122 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Entity), Member = "get_Center", ReturnType = typeof(Vector2))]
123 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Entity), Member = "get_Bottom", ReturnType = typeof(Vector2))]
124 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NPC), Member = "NewNPC", MemberParameters = new object[]
125 {
127 typeof(int),
128 typeof(int),
129 typeof(int),
130 typeof(int),
131 typeof(float),
132 typeof(float),
133 typeof(float),
134 typeof(float),
135 typeof(int)
136 }, ReturnType = typeof(int))]
137 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
139 {
140 throw null;
141 }
142
143 [global::Cpp2ILInjected.Token(Token = "0x6003F35")]
144 [global::Cpp2ILInjected.Address(RVA = "0x745184", Offset = "0x745184", Length = "0x1D4")]
145 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
146 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
147 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EntitySource_Film), Member = ".ctor", ReturnType = typeof(void))]
148 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Entity), Member = "get_Center", ReturnType = typeof(Vector2))]
149 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Entity), Member = "get_Bottom", ReturnType = typeof(Vector2))]
150 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NPC), Member = "NewNPC", MemberParameters = new object[]
151 {
153 typeof(int),
154 typeof(int),
155 typeof(int),
156 typeof(int),
157 typeof(float),
158 typeof(float),
159 typeof(float),
160 typeof(float),
161 typeof(int)
162 }, ReturnType = typeof(int))]
163 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
165 {
166 throw null;
167 }
168
169 [global::Cpp2ILInjected.Token(Token = "0x6003F36")]
170 [global::Cpp2ILInjected.Address(RVA = "0x745358", Offset = "0x745358", Length = "0x478")]
171 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
172 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
173 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RuntimeHelpers), Member = "InitializeArray", MemberParameters = new object[]
174 {
175 typeof(Array),
177 }, ReturnType = typeof(void))]
178 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils[]), Member = "SelectRandom", MemberTypeParameters = new object[] { typeof(short) }, MemberParameters = new object[]
179 {
181 typeof(short[])
182 }, ReturnType = "T")]
183 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "NextFloat", MemberParameters = new object[] { typeof(UnifiedRandom) }, ReturnType = typeof(float))]
184 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = ".ctor", MemberParameters = new object[]
185 {
186 typeof(float),
187 typeof(float)
188 }, ReturnType = typeof(void))]
189 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = "op_Addition", MemberParameters = new object[]
190 {
193 }, ReturnType = typeof(Vector2))]
194 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DD2Film), Member = "PlaceNPCOnGround", MemberParameters = new object[]
195 {
196 typeof(int),
198 }, ReturnType = typeof(NPC))]
199 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EntitySource_Film), Member = ".ctor", ReturnType = typeof(void))]
200 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UnifiedRandom), Member = "Next", MemberParameters = new object[]
201 {
202 typeof(int),
203 typeof(int)
204 }, ReturnType = typeof(int))]
205 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NPC), Member = "NewNPC", MemberParameters = new object[]
206 {
208 typeof(int),
209 typeof(int),
210 typeof(int),
211 typeof(int),
212 typeof(float),
213 typeof(float),
214 typeof(float),
215 typeof(float),
216 typeof(int)
217 }, ReturnType = typeof(int))]
218 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 24)]
220 {
221 throw null;
222 }
223
224 [global::Cpp2ILInjected.Token(Token = "0x6003F37")]
225 [global::Cpp2ILInjected.Address(RVA = "0x7457D0", Offset = "0x7457D0", Length = "0x70")]
226 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
227 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Entity), Member = "get_Center", ReturnType = typeof(Vector2))]
228 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SoundEngine), Member = "PlaySound", MemberParameters = new object[]
229 {
232 }, ReturnType = typeof(SoundEffectInstance))]
233 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
235 {
236 throw null;
237 }
238
239 [global::Cpp2ILInjected.Token(Token = "0x6003F38")]
240 [global::Cpp2ILInjected.Address(RVA = "0x745840", Offset = "0x745840", Length = "0x1B8")]
241 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
242 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
243 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Entity), Member = "get_Center", ReturnType = typeof(Vector2))]
244 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SoundEngine), Member = "PlaySound", MemberParameters = new object[]
245 {
246 typeof(int),
247 typeof(int),
248 typeof(int),
249 typeof(int),
250 typeof(float),
251 typeof(float)
252 }, ReturnType = typeof(SoundEffectInstance))]
253 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "get_myPlayer", ReturnType = typeof(int))]
254 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Math), Member = "Min", MemberParameters = new object[]
255 {
256 typeof(float),
257 typeof(float)
258 }, ReturnType = typeof(float))]
259 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
261 {
262 throw null;
263 }
264
265 [global::Cpp2ILInjected.Token(Token = "0x6003F39")]
266 [global::Cpp2ILInjected.Address(RVA = "0x745A1C", Offset = "0x745A1C", Length = "0x13C")]
267 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
268 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
269 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
270 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
271 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
272 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
274 {
275 throw null;
276 }
277
278 [global::Cpp2ILInjected.Token(Token = "0x6003F3A")]
279 [global::Cpp2ILInjected.Address(RVA = "0x745B58", Offset = "0x745B58", Length = "0x138")]
280 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
281 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
282 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
283 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
284 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
285 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
287 {
288 throw null;
289 }
290
291 [global::Cpp2ILInjected.Token(Token = "0x6003F3B")]
292 [global::Cpp2ILInjected.Address(RVA = "0x745C90", Offset = "0x745C90", Length = "0x3EC")]
293 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
294 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
295 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Entity), Member = "get_Center", ReturnType = typeof(Vector2))]
296 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SoundEngine), Member = "PlaySound", MemberParameters = new object[]
297 {
300 }, ReturnType = typeof(SoundEffectInstance))]
301 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Math), Member = "Max", MemberParameters = new object[]
302 {
303 typeof(float),
304 typeof(float)
305 }, ReturnType = typeof(float))]
306 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector3), Member = ".ctor", MemberParameters = new object[]
307 {
308 typeof(float),
309 typeof(float),
310 typeof(float)
311 }, ReturnType = typeof(void))]
312 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector3), Member = "Lerp", MemberParameters = new object[]
313 {
316 typeof(float)
317 }, ReturnType = typeof(Vector3))]
318 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Color), Member = ".ctor", MemberParameters = new object[] { typeof(Vector3) }, ReturnType = typeof(void))]
319 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NPC), Member = "set_Opacity", MemberParameters = new object[] { typeof(float) }, ReturnType = typeof(void))]
320 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Entity), Member = "get_Right", ReturnType = typeof(Vector2))]
321 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Entity), Member = "get_Size", ReturnType = typeof(Vector2))]
322 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = "Length", ReturnType = typeof(float))]
323 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UnifiedRandom), Member = "Next", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
324 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Dust), Member = "NewDustDirect", MemberParameters = new object[]
325 {
327 typeof(int),
328 typeof(int),
329 typeof(int),
330 typeof(float),
331 typeof(float),
332 typeof(int),
333 typeof(Color),
334 typeof(float)
335 }, ReturnType = typeof(Dust))]
336 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = "op_Multiply", MemberParameters = new object[]
337 {
339 typeof(float)
340 }, ReturnType = typeof(Vector2))]
341 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = "op_Addition", MemberParameters = new object[]
342 {
345 }, ReturnType = typeof(Vector2))]
346 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 15)]
348 {
349 throw null;
350 }
351
352 [global::Cpp2ILInjected.Token(Token = "0x6003F3C")]
353 [global::Cpp2ILInjected.Address(RVA = "0x74607C", Offset = "0x74607C", Length = "0xA8")]
354 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
355 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = ".ctor", MemberParameters = new object[]
356 {
357 typeof(float),
358 typeof(float)
359 }, ReturnType = typeof(void))]
360 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = "op_Addition", MemberParameters = new object[]
361 {
364 }, ReturnType = typeof(Vector2))]
365 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DD2Film), Member = "PlaceNPCOnGround", MemberParameters = new object[]
366 {
367 typeof(int),
369 }, ReturnType = typeof(NPC))]
370 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
372 {
373 throw null;
374 }
375
376 [global::Cpp2ILInjected.Token(Token = "0x6003F3D")]
377 [global::Cpp2ILInjected.Address(RVA = "0x746124", Offset = "0x746124", Length = "0x2C")]
378 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
379 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
381 {
382 throw null;
383 }
384
385 [global::Cpp2ILInjected.Token(Token = "0x6003F3E")]
386 [global::Cpp2ILInjected.Address(RVA = "0x746150", Offset = "0x746150", Length = "0x18")]
387 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
389 {
390 throw null;
391 }
392
393 [global::Cpp2ILInjected.Token(Token = "0x6003F3F")]
394 [global::Cpp2ILInjected.Address(RVA = "0x746168", Offset = "0x746168", Length = "0x18")]
395 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
397 {
398 throw null;
399 }
400
401 [global::Cpp2ILInjected.Token(Token = "0x6003F40")]
402 [global::Cpp2ILInjected.Address(RVA = "0x746180", Offset = "0x746180", Length = "0x18")]
403 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
405 {
406 throw null;
407 }
408
409 [global::Cpp2ILInjected.Token(Token = "0x6003F41")]
410 [global::Cpp2ILInjected.Address(RVA = "0x746198", Offset = "0x746198", Length = "0xC0")]
411 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
412 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
413 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(WorldUIAnchor), Member = ".ctor", MemberParameters = new object[] { typeof(Entity) }, ReturnType = typeof(void))]
414 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EmoteBubble), Member = "NewBubble", MemberParameters = new object[]
415 {
416 typeof(int),
418 typeof(int)
419 }, ReturnType = typeof(int))]
420 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
422 {
423 throw null;
424 }
425
426 [global::Cpp2ILInjected.Token(Token = "0x6003F42")]
427 [global::Cpp2ILInjected.Address(RVA = "0x746258", Offset = "0x746258", Length = "0xC0")]
428 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
429 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
430 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(WorldUIAnchor), Member = ".ctor", MemberParameters = new object[] { typeof(Entity) }, ReturnType = typeof(void))]
431 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EmoteBubble), Member = "NewBubble", MemberParameters = new object[]
432 {
433 typeof(int),
435 typeof(int)
436 }, ReturnType = typeof(int))]
437 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
439 {
440 throw null;
441 }
442
443 [global::Cpp2ILInjected.Token(Token = "0x6003F43")]
444 [global::Cpp2ILInjected.Address(RVA = "0x746318", Offset = "0x746318", Length = "0x15C")]
445 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
446 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
447 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EntitySource_Film), Member = ".ctor", ReturnType = typeof(void))]
448 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Entity), Member = "get_Center", ReturnType = typeof(Vector2))]
449 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Entity), Member = "get_Bottom", ReturnType = typeof(Vector2))]
450 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NPC), Member = "NewNPC", MemberParameters = new object[]
451 {
453 typeof(int),
454 typeof(int),
455 typeof(int),
456 typeof(int),
457 typeof(float),
458 typeof(float),
459 typeof(float),
460 typeof(float),
461 typeof(int)
462 }, ReturnType = typeof(int))]
463 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
465 {
466 throw null;
467 }
468
469 [global::Cpp2ILInjected.Token(Token = "0x6003F44")]
470 [global::Cpp2ILInjected.Address(RVA = "0x746474", Offset = "0x746474", Length = "0xA0")]
471 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
472 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
474 {
475 throw null;
476 }
477
478 [global::Cpp2ILInjected.Token(Token = "0x6003F45")]
479 [global::Cpp2ILInjected.Address(RVA = "0x746514", Offset = "0x746514", Length = "0x34")]
480 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
481 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
483 {
484 throw null;
485 }
486
487 [global::Cpp2ILInjected.Token(Token = "0x6003F46")]
488 [global::Cpp2ILInjected.Address(RVA = "0x746548", Offset = "0x746548", Length = "0x18")]
489 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
491 {
492 throw null;
493 }
494
495 [global::Cpp2ILInjected.Token(Token = "0x6003F47")]
496 [global::Cpp2ILInjected.Address(RVA = "0x746560", Offset = "0x746560", Length = "0x18")]
497 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
499 {
500 throw null;
501 }
502
503 [global::Cpp2ILInjected.Token(Token = "0x6003F48")]
504 [global::Cpp2ILInjected.Address(RVA = "0x746578", Offset = "0x746578", Length = "0x130")]
505 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
506 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
507 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "NewText", MemberParameters = new object[]
508 {
509 typeof(string),
510 typeof(byte),
511 typeof(byte),
512 typeof(byte)
513 }, ReturnType = typeof(void))]
514 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "get_screenPosition", ReturnType = typeof(Vector2))]
515 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "get_mouseX", ReturnType = typeof(int))]
516 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "get_mouseY", ReturnType = typeof(int))]
517 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = ".ctor", MemberParameters = new object[]
518 {
519 typeof(float),
520 typeof(float)
521 }, ReturnType = typeof(void))]
522 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = "op_Addition", MemberParameters = new object[]
523 {
526 }, ReturnType = typeof(Vector2))]
527 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
528 public override void OnBegin()
529 {
530 throw null;
531 }
532
533 [global::Cpp2ILInjected.Token(Token = "0x6003F49")]
534 [global::Cpp2ILInjected.Address(RVA = "0x744BDC", Offset = "0x744BDC", Length = "0x1BC")]
535 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
536 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DD2Film), Member = "CreateDryad", MemberParameters = new object[] { typeof(FrameEventData) }, ReturnType = typeof(void))]
537 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DD2Film), Member = "CreateCritters", MemberParameters = new object[] { typeof(FrameEventData) }, ReturnType = typeof(void))]
538 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DD2Film), Member = "CreatePortal", MemberParameters = new object[] { typeof(FrameEventData) }, ReturnType = typeof(void))]
539 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
540 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(WorldGen), Member = "SolidTile", MemberParameters = new object[]
541 {
542 typeof(int),
543 typeof(int),
544 typeof(bool)
545 }, ReturnType = typeof(bool))]
546 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EntitySource_Film), Member = ".ctor", ReturnType = typeof(void))]
547 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NPC), Member = "NewNPC", MemberParameters = new object[]
548 {
550 typeof(int),
551 typeof(int),
552 typeof(int),
553 typeof(int),
554 typeof(float),
555 typeof(float),
556 typeof(float),
557 typeof(float),
558 typeof(int)
559 }, ReturnType = typeof(int))]
560 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
561 private NPC PlaceNPCOnGround(int type, Vector2 position)
562 {
563 throw null;
564 }
565
566 [global::Cpp2ILInjected.Token(Token = "0x6003F4A")]
567 [global::Cpp2ILInjected.Address(RVA = "0x7466B4", Offset = "0x7466B4", Length = "0x25C")]
568 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
569 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
570 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
571 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
572 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
573 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "NewText", MemberParameters = new object[]
574 {
575 typeof(string),
576 typeof(byte),
577 typeof(byte),
578 typeof(byte)
579 }, ReturnType = typeof(void))]
580 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 16)]
581 public override void OnEnd()
582 {
583 throw null;
584 }
585
586 [global::Cpp2ILInjected.Token(Token = "0x4007DA4")]
587 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
588 private NPC _dryad;
589
590 [global::Cpp2ILInjected.Token(Token = "0x4007DA5")]
591 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
592 private NPC _ogre;
593
594 [global::Cpp2ILInjected.Token(Token = "0x4007DA6")]
595 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
596 private NPC _portal;
597
598 [global::Cpp2ILInjected.Token(Token = "0x4007DA7")]
599 [global::Cpp2ILInjected.FieldOffset(Offset = "0x40")]
601
602 [global::Cpp2ILInjected.Token(Token = "0x4007DA8")]
603 [global::Cpp2ILInjected.FieldOffset(Offset = "0x48")]
605
606 [global::Cpp2ILInjected.Token(Token = "0x4007DA9")]
607 [global::Cpp2ILInjected.FieldOffset(Offset = "0x50")]
609 }
610}
class f__AnonymousType0<< Count > j__TPar
void SpawnGoblin(FrameEventData evt)
Definition DD2Film.cs:164
void OgreStand(FrameEventData evt)
Definition DD2Film.cs:473
void SpawnWitherBeast(FrameEventData evt)
Definition DD2Film.cs:112
void DryadPortalFade(FrameEventData evt)
Definition DD2Film.cs:347
void SpawnJavalinThrower(FrameEventData evt)
Definition DD2Film.cs:138
void RestoreEnemyDamage(FrameEventData evt)
Definition DD2Film.cs:286
void CreateCritters(FrameEventData evt)
Definition DD2Film.cs:219
void DryadConfusedEmote(FrameEventData evt)
Definition DD2Film.cs:421
void DryadInteract(FrameEventData evt)
Definition DD2Film.cs:86
void CreatePortal(FrameEventData evt)
Definition DD2Film.cs:371
NPC PlaceNPCOnGround(int type, Vector2 position)
Definition DD2Film.cs:561
void OgreLookRight(FrameEventData evt)
Definition DD2Film.cs:490
void DryadAttack(FrameEventData evt)
Definition DD2Film.cs:482
void CreateOgre(FrameEventData evt)
Definition DD2Film.cs:464
void OgreLookLeft(FrameEventData evt)
Definition DD2Film.cs:498
void DryadLookRight(FrameEventData evt)
Definition DD2Film.cs:388
void DryadWalk(FrameEventData evt)
Definition DD2Film.cs:404
void PerFrameSettings(FrameEventData evt)
Definition DD2Film.cs:63
void DryadAlertEmote(FrameEventData evt)
Definition DD2Film.cs:438
void CreateDryad(FrameEventData evt)
Definition DD2Film.cs:77
void RemoveEnemyDamage(FrameEventData evt)
Definition DD2Film.cs:273
void DryadStand(FrameEventData evt)
Definition DD2Film.cs:380
void OgreSwingSound(FrameEventData evt)
Definition DD2Film.cs:234
override void OnBegin()
Definition DD2Film.cs:528
void DryadPortalKnock(FrameEventData evt)
Definition DD2Film.cs:260
void DryadLookLeft(FrameEventData evt)
Definition DD2Film.cs:396
override void OnEnd()
Definition DD2Film.cs:581