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
StatusID.cs
Go to the documentation of this file.
1using System;
3
4namespace Terraria.ID
5{
6 // Token: 0x020005F3 RID: 1523
7 public class StatusID
8 {
9 // Token: 0x0600359B RID: 13723 RVA: 0x00211464 File Offset: 0x0020F664
10 public StatusID()
11 {
12 }
13
14 // Token: 0x0600359C RID: 13724 RVA: 0x00211478 File Offset: 0x0020F678
15 // Note: this type is marked as 'beforefieldinit'.
16 static StatusID()
17 {
18 }
19
20 // Token: 0x04006FA8 RID: 28584
21 public const int Ok = 0;
22
23 // Token: 0x04006FA9 RID: 28585
24 public const int LaterVersion = 1;
25
26 // Token: 0x04006FAA RID: 28586
27 public const int UnknownError = 2;
28
29 // Token: 0x04006FAB RID: 28587
30 public const int EmptyFile = 3;
31
32 // Token: 0x04006FAC RID: 28588
33 public const int DecryptionError = 4;
34
35 // Token: 0x04006FAD RID: 28589
36 public const int BadSectionPointer = 5;
37
38 // Token: 0x04006FAE RID: 28590
39 public const int BadFooter = 6;
40
41 // Token: 0x04006FAF RID: 28591
43 }
44}
class f__AnonymousType0<< Count > j__TPar
const int DecryptionError
Definition StatusID.cs:33
const int LaterVersion
Definition StatusID.cs:24
const int UnknownError
Definition StatusID.cs:27
const int EmptyFile
Definition StatusID.cs:30
static readonly IdDictionary Search
Definition StatusID.cs:42
const int BadFooter
Definition StatusID.cs:39
const int BadSectionPointer
Definition StatusID.cs:36