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
CinematicManager.cs
Go to the documentation of this file.
1using System;
5
7{
8 // Token: 0x0200078D RID: 1933
9 public class CinematicManager
10 {
11 // Token: 0x06003F2A RID: 16170 RVA: 0x0023FD6C File Offset: 0x0023DF6C
13 {
14 List<Film> films = this._films;
15 int size = films._size;
16 if (films._version == 0)
17 {
19 }
21 }
22
23 // Token: 0x06003F2B RID: 16171 RVA: 0x000021DB File Offset: 0x000003DB
24 public void PlayFilm(Film film)
25 {
26 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
27 }
28
29 // Token: 0x06003F2C RID: 16172 RVA: 0x0023FDB0 File Offset: 0x0023DFB0
30 public void StopAll()
31 {
32 }
33
34 // Token: 0x06003F2D RID: 16173 RVA: 0x0023FDC0 File Offset: 0x0023DFC0
36 {
37 }
38
39 // Token: 0x06003F2E RID: 16174 RVA: 0x0023FDD4 File Offset: 0x0023DFD4
40 // Note: this type is marked as 'beforefieldinit'.
42 {
43 }
44
45 // Token: 0x04007DA2 RID: 32162
47
48 // Token: 0x04007DA3 RID: 32163
50 }
51}
class f__AnonymousType0<< Count > j__TPar