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
StatusID.cs
Go to the documentation of this file.
1using System;
5
6namespace Terraria.ID
7{
8 [global::Cpp2ILInjected.Token(Token = "0x20005F3")]
9 public class StatusID
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x600359B")]
12 [global::Cpp2ILInjected.Address(RVA = "0x13D5080", Offset = "0x13D5080", Length = "0x8")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
15 public StatusID()
16 {
17 throw null;
18 }
19
20 // Note: this type is marked as 'beforefieldinit'.
21 [global::Cpp2ILInjected.Token(Token = "0x600359C")]
22 [global::Cpp2ILInjected.Address(RVA = "0x13D5088", Offset = "0x13D5088", Length = "0x64")]
23 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(IdDictionary[]), Member = "Create", MemberTypeParameters = new object[]
25 {
26 typeof(object),
27 typeof(int)
28 }, ReturnType = typeof(IdDictionary))]
29 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
30 static StatusID()
31 {
32 throw null;
33 }
34
35 [global::Cpp2ILInjected.Token(Token = "0x4006FA8")]
36 public const int Ok = 0;
37
38 [global::Cpp2ILInjected.Token(Token = "0x4006FA9")]
39 public const int LaterVersion = 1;
40
41 [global::Cpp2ILInjected.Token(Token = "0x4006FAA")]
42 public const int UnknownError = 2;
43
44 [global::Cpp2ILInjected.Token(Token = "0x4006FAB")]
45 public const int EmptyFile = 3;
46
47 [global::Cpp2ILInjected.Token(Token = "0x4006FAC")]
48 public const int DecryptionError = 4;
49
50 [global::Cpp2ILInjected.Token(Token = "0x4006FAD")]
51 public const int BadSectionPointer = 5;
52
53 [global::Cpp2ILInjected.Token(Token = "0x4006FAE")]
54 public const int BadFooter = 6;
55
56 [global::Cpp2ILInjected.Token(Token = "0x4006FAF")]
58 }
59}
class f__AnonymousType0<< Count > j__TPar
const int DecryptionError
Definition StatusID.cs:48
const int LaterVersion
Definition StatusID.cs:39
const int UnknownError
Definition StatusID.cs:42
const int EmptyFile
Definition StatusID.cs:45
static readonly IdDictionary Search
Definition StatusID.cs:57
const int BadFooter
Definition StatusID.cs:54
const int BadSectionPointer
Definition StatusID.cs:51