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
AchievementDescription.cs
Go to the documentation of this file.
1using System;
6
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000010")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6000021")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1F93864", Offset = "0x1F93864", Length = "0x68")]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
16 public AchievementDescription(string id, string title, Texture2D image, string achievedDescription, string unachievedDescription, bool hidden, int points)
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x6000022")]
22 [global::Cpp2ILInjected.Address(RVA = "0x1F93F9C", Offset = "0x1F93F9C", Length = "0x214")]
23 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "ToString", ReturnType = typeof(string))]
25 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(bool), Member = "ToString", ReturnType = typeof(string))]
26 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[] { typeof(string[]) }, ReturnType = typeof(string))]
27 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 16)]
28 public override string ToString()
29 {
30 throw null;
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x1700000E")]
34 public string id
35 {
37 [global::Cpp2ILInjected.Token(Token = "0x6000023")]
38 [global::Cpp2ILInjected.Address(RVA = "0x1F941D8", Offset = "0x1F941D8", Length = "0x8")]
39 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
40 get
41 {
42 throw null;
43 }
45 [global::Cpp2ILInjected.Token(Token = "0x6000024")]
46 [global::Cpp2ILInjected.Address(RVA = "0x1F941E0", Offset = "0x1F941E0", Length = "0x8")]
47 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
48 set
49 {
50 throw null;
51 }
52 }
53
54 [global::Cpp2ILInjected.Token(Token = "0x1700000F")]
55 public string title
56 {
57 [global::Cpp2ILInjected.Token(Token = "0x6000025")]
58 [global::Cpp2ILInjected.Address(RVA = "0x1F941B0", Offset = "0x1F941B0", Length = "0x8")]
59 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
60 get
61 {
62 throw null;
63 }
64 }
65
66 [global::Cpp2ILInjected.Token(Token = "0x17000010")]
67 public string achievedDescription
68 {
69 [global::Cpp2ILInjected.Token(Token = "0x6000026")]
70 [global::Cpp2ILInjected.Address(RVA = "0x1F941B8", Offset = "0x1F941B8", Length = "0x8")]
71 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
72 get
73 {
74 throw null;
75 }
76 }
77
78 [global::Cpp2ILInjected.Token(Token = "0x17000011")]
80 {
81 [global::Cpp2ILInjected.Token(Token = "0x6000027")]
82 [global::Cpp2ILInjected.Address(RVA = "0x1F941C0", Offset = "0x1F941C0", Length = "0x8")]
83 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
84 get
85 {
86 throw null;
87 }
88 }
89
90 [global::Cpp2ILInjected.Token(Token = "0x17000012")]
91 public bool hidden
92 {
93 [global::Cpp2ILInjected.Token(Token = "0x6000028")]
94 [global::Cpp2ILInjected.Address(RVA = "0x1F941D0", Offset = "0x1F941D0", Length = "0x8")]
95 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
96 get
97 {
98 throw null;
99 }
100 }
101
102 [global::Cpp2ILInjected.Token(Token = "0x17000013")]
103 public int points
104 {
105 [global::Cpp2ILInjected.Token(Token = "0x6000029")]
106 [global::Cpp2ILInjected.Address(RVA = "0x1F941C8", Offset = "0x1F941C8", Length = "0x8")]
107 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
108 get
109 {
110 throw null;
111 }
112 }
113
114 [global::Cpp2ILInjected.Token(Token = "0x4000022")]
115 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
116 private string m_Title;
117
118 [global::Cpp2ILInjected.Token(Token = "0x4000023")]
119 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
121
122 [global::Cpp2ILInjected.Token(Token = "0x4000024")]
123 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
124 private string m_AchievedDescription;
125
126 [global::Cpp2ILInjected.Token(Token = "0x4000025")]
127 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
129
130 [global::Cpp2ILInjected.Token(Token = "0x4000026")]
131 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
132 private bool m_Hidden;
133
134 [global::Cpp2ILInjected.Token(Token = "0x4000027")]
135 [global::Cpp2ILInjected.FieldOffset(Offset = "0x34")]
136 private int m_Points;
137
140 [global::Cpp2ILInjected.Token(Token = "0x4000028")]
141 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
142 private string <id>k__BackingField;
143 }
144}
class f__AnonymousType0<< Count > j__TPar
AchievementDescription(string id, string title, Texture2D image, string achievedDescription, string unachievedDescription, bool hidden, int points)