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
PlayerVariantID.cs
Go to the documentation of this file.
1using System;
5
6namespace Terraria.ID
7{
8 [global::Cpp2ILInjected.Token(Token = "0x20005E5")]
9 public static class PlayerVariantID
10 {
11 // Note: this type is marked as 'beforefieldinit'.
12 [global::Cpp2ILInjected.Token(Token = "0x6003570")]
13 [global::Cpp2ILInjected.Address(RVA = "0x13C7AE8", Offset = "0x13C7AE8", Length = "0x4C")]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x40068DE")]
22 public const int MaleStarter = 0;
23
24 [global::Cpp2ILInjected.Token(Token = "0x40068DF")]
25 public const int MaleSticker = 1;
26
27 [global::Cpp2ILInjected.Token(Token = "0x40068E0")]
28 public const int MaleGangster = 2;
29
30 [global::Cpp2ILInjected.Token(Token = "0x40068E1")]
31 public const int MaleCoat = 3;
32
33 [global::Cpp2ILInjected.Token(Token = "0x40068E2")]
34 public const int FemaleStarter = 4;
35
36 [global::Cpp2ILInjected.Token(Token = "0x40068E3")]
37 public const int FemaleSticker = 5;
38
39 [global::Cpp2ILInjected.Token(Token = "0x40068E4")]
40 public const int FemaleGangster = 6;
41
42 [global::Cpp2ILInjected.Token(Token = "0x40068E5")]
43 public const int FemaleCoat = 7;
44
45 [global::Cpp2ILInjected.Token(Token = "0x40068E6")]
46 public const int MaleDress = 8;
47
48 [global::Cpp2ILInjected.Token(Token = "0x40068E7")]
49 public const int FemaleDress = 9;
50
51 [global::Cpp2ILInjected.Token(Token = "0x40068E8")]
52 public const int MaleDisplayDoll = 10;
53
54 [global::Cpp2ILInjected.Token(Token = "0x40068E9")]
55 public const int FemaleDisplayDoll = 11;
56
57 [global::Cpp2ILInjected.Token(Token = "0x40068EA")]
58 public static readonly int Count;
59
60 [global::Cpp2ILInjected.Token(Token = "0x20005E6")]
61 public class Sets
62 {
63 [global::Cpp2ILInjected.Token(Token = "0x6003571")]
64 [global::Cpp2ILInjected.Address(RVA = "0x13C7B34", Offset = "0x13C7B34", Length = "0x8")]
65 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
66 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
67 public Sets()
68 {
69 throw null;
70 }
71
72 // Note: this type is marked as 'beforefieldinit'.
73 [global::Cpp2ILInjected.Token(Token = "0x6003572")]
74 [global::Cpp2ILInjected.Address(RVA = "0x13C7B3C", Offset = "0x13C7B3C", Length = "0x1D0")]
75 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
76 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SetFactory), Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
77 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RuntimeHelpers), Member = "InitializeArray", MemberParameters = new object[]
78 {
81 }, ReturnType = typeof(void))]
82 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SetFactory), Member = "CreateBoolSet", MemberParameters = new object[]
83 {
84 typeof(bool),
85 typeof(int[])
86 }, ReturnType = typeof(bool[]))]
87 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SetFactory), Member = "CreateIntSet", MemberParameters = new object[]
88 {
89 typeof(int),
90 typeof(int[])
91 }, ReturnType = typeof(int[]))]
92 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 13)]
93 static Sets()
94 {
95 throw null;
96 }
97
98 [global::Cpp2ILInjected.Token(Token = "0x40068EB")]
99 public static SetFactory Factory;
100
101 [global::Cpp2ILInjected.Token(Token = "0x40068EC")]
102 public static bool[] Male;
103
104 [global::Cpp2ILInjected.Token(Token = "0x40068ED")]
105 public static int[] AltGenderReference;
106
107 [global::Cpp2ILInjected.Token(Token = "0x40068EE")]
108 public static int[] VariantOrderMale;
109
110 [global::Cpp2ILInjected.Token(Token = "0x40068EF")]
111 public static int[] VariantOrderFemale;
112 }
113 }
114}
class f__AnonymousType0<< Count > j__TPar
static readonly int Count