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
GUIWorldCreateController.cs
Go to the documentation of this file.
1using System;
5
6[global::Cpp2ILInjected.Token(Token = "0x20000AE")]
8{
9 [global::Cpp2ILInjected.Token(Token = "0x600040E")]
10 [global::Cpp2ILInjected.Address(RVA = "0xA844B8", Offset = "0xA844B8", Length = "0x8")]
11 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
12 public void Activate()
13 {
14 throw null;
15 }
16
17 [global::Cpp2ILInjected.Token(Token = "0x600040F")]
18 [global::Cpp2ILInjected.Address(RVA = "0xA844C0", Offset = "0xA844C0", Length = "0x8")]
19 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
21 {
22 throw null;
23 }
24
25 [global::Cpp2ILInjected.Token(Token = "0x6000410")]
26 [global::Cpp2ILInjected.Address(RVA = "0xA844C8", Offset = "0xA844C8", Length = "0x1C8")]
27 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
28 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
29 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
31 {
32 throw null;
33 }
34
35 [global::Cpp2ILInjected.Token(Token = "0x6000411")]
36 [global::Cpp2ILInjected.Address(RVA = "0xA84690", Offset = "0xA84690", Length = "0xC")]
37 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIWorldCreateMenu), Member = "EnterName", ReturnType = typeof(void))]
38 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
39 public void ActivateName()
40 {
41 throw null;
42 }
43
44 [global::Cpp2ILInjected.Token(Token = "0x6000412")]
45 [global::Cpp2ILInjected.Address(RVA = "0xA8469C", Offset = "0xA8469C", Length = "0x8")]
46 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIWorldCreateMenu), Member = "CloseNameEdit", ReturnType = typeof(void))]
47 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
48 public void DeactivateName()
49 {
50 throw null;
51 }
52
53 [global::Cpp2ILInjected.Token(Token = "0x6000413")]
54 [global::Cpp2ILInjected.Address(RVA = "0xA846A4", Offset = "0xA846A4", Length = "0xC")]
55 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIWorldCreateMenu), Member = "EnterSeed", ReturnType = typeof(void))]
56 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
57 public void ActivateSeed()
58 {
59 throw null;
60 }
61
62 [global::Cpp2ILInjected.Token(Token = "0x6000414")]
63 [global::Cpp2ILInjected.Address(RVA = "0xA846B0", Offset = "0xA846B0", Length = "0x8")]
64 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIWorldCreateMenu), Member = "CloseSeedEdit", ReturnType = typeof(void))]
65 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
66 public void DeactivateSeed()
67 {
68 throw null;
69 }
70
71 [global::Cpp2ILInjected.Token(Token = "0x6000415")]
72 [global::Cpp2ILInjected.Address(RVA = "0xA846B8", Offset = "0xA846B8", Length = "0x14")]
73 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIWorldCreateMenu), Member = "DrawWorldDifficulty", ReturnType = typeof(void))]
74 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
75 public void ActivateDifficultyOptions(int selectedOption, int wrapAround)
76 {
77 throw null;
78 }
79
80 [global::Cpp2ILInjected.Token(Token = "0x6000416")]
81 [global::Cpp2ILInjected.Address(RVA = "0xA846CC", Offset = "0xA846CC", Length = "0x8")]
82 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIWorldCreateMenu), Member = "IsOverOptions", MemberParameters = new object[] { typeof(Vector2) }, ReturnType = typeof(bool))]
83 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIWorldCreateMenu), Member = "DrawWorldDifficulty", ReturnType = typeof(void))]
84 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIWorldCreateMenu), Member = "DrawMainButtons", ReturnType = typeof(void))]
85 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 8)]
87 {
88 throw null;
89 }
90
91 [global::Cpp2ILInjected.Token(Token = "0x6000417")]
92 [global::Cpp2ILInjected.Address(RVA = "0xA846D4", Offset = "0xA846D4", Length = "0x10")]
93 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIWorldCreateMenu), Member = "DrawWorldSize", ReturnType = typeof(void))]
94 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
96 {
97 throw null;
98 }
99
100 [global::Cpp2ILInjected.Token(Token = "0x6000418")]
101 [global::Cpp2ILInjected.Address(RVA = "0xA846E4", Offset = "0xA846E4", Length = "0x8")]
102 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIWorldCreateMenu), Member = "IsOverOptions", MemberParameters = new object[] { typeof(Vector2) }, ReturnType = typeof(bool))]
103 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIWorldCreateMenu), Member = "DrawWorldSize", ReturnType = typeof(void))]
104 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIWorldCreateMenu), Member = "DrawMainButtons", ReturnType = typeof(void))]
105 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 7)]
107 {
108 throw null;
109 }
110
111 [global::Cpp2ILInjected.Token(Token = "0x6000419")]
112 [global::Cpp2ILInjected.Address(RVA = "0xA846EC", Offset = "0xA846EC", Length = "0x14")]
113 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIWorldCreateMenu), Member = "DrawWorldEvilType", ReturnType = typeof(void))]
114 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
115 public void ActivateEvilTypeOptions(int selectedOption, int wrapAround)
116 {
117 throw null;
118 }
119
120 [global::Cpp2ILInjected.Token(Token = "0x600041A")]
121 [global::Cpp2ILInjected.Address(RVA = "0xA84700", Offset = "0xA84700", Length = "0x8")]
122 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIWorldCreateMenu), Member = "IsOverOptions", MemberParameters = new object[] { typeof(Vector2) }, ReturnType = typeof(bool))]
123 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIWorldCreateMenu), Member = "DrawWorldEvilType", ReturnType = typeof(void))]
124 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIWorldCreateMenu), Member = "DrawMainButtons", ReturnType = typeof(void))]
125 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 7)]
127 {
128 throw null;
129 }
130
131 [global::Cpp2ILInjected.Token(Token = "0x600041B")]
132 [global::Cpp2ILInjected.Address(RVA = "0xA84708", Offset = "0xA84708", Length = "0x3A4")]
133 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
134 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
135 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUITransactionButton), Member = "GetRegion", MemberParameters = new object[] { typeof(TransactionButton_Layout) }, ReturnType = typeof(Rectangle))]
136 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MathHelper), Member = "Clamp", MemberParameters = new object[]
137 {
138 typeof(float),
139 typeof(float),
140 typeof(float)
141 }, ReturnType = typeof(float))]
142 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
144 {
145 throw null;
146 }
147
148 [global::Cpp2ILInjected.Token(Token = "0x600041C")]
149 [global::Cpp2ILInjected.Address(RVA = "0xA84AAC", Offset = "0xA84AAC", Length = "0x8")]
150 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIWorldCreateMenu), Member = ".ctor", ReturnType = typeof(void))]
151 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
152 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
154 {
155 throw null;
156 }
157
158 [global::Cpp2ILInjected.Token(Token = "0x40003F3")]
159 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
160 public int selectedItem;
161
162 [global::Cpp2ILInjected.Token(Token = "0x40003F4")]
163 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
164 private bool nameActive;
165
166 [global::Cpp2ILInjected.Token(Token = "0x40003F5")]
167 [global::Cpp2ILInjected.FieldOffset(Offset = "0x15")]
168 private bool seedActive;
169
170 [global::Cpp2ILInjected.Token(Token = "0x40003F6")]
171 [global::Cpp2ILInjected.FieldOffset(Offset = "0x16")]
172 private bool worldActive;
173
174 [global::Cpp2ILInjected.Token(Token = "0x40003F7")]
175 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
176 private int worldIndex;
177
178 [global::Cpp2ILInjected.Token(Token = "0x40003F8")]
179 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1C")]
180 private bool difficultyActive;
181
182 [global::Cpp2ILInjected.Token(Token = "0x40003F9")]
183 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
184 private int difficultyIndex;
185
186 [global::Cpp2ILInjected.Token(Token = "0x40003FA")]
187 [global::Cpp2ILInjected.FieldOffset(Offset = "0x24")]
189
190 [global::Cpp2ILInjected.Token(Token = "0x40003FB")]
191 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
192 private bool evilTypeActive;
193
194 [global::Cpp2ILInjected.Token(Token = "0x40003FC")]
195 [global::Cpp2ILInjected.FieldOffset(Offset = "0x2C")]
196 private int evilTypeIndex;
197
198 [global::Cpp2ILInjected.Token(Token = "0x40003FD")]
199 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
201}
class f__AnonymousType0<< Count > j__TPar
void ActivateDifficultyOptions(int selectedOption, int wrapAround)
void ActivateWorldOptions(int selectedOption)
GUIControllerItem Navigate(Vector2 navigationVector)
void ActivateEvilTypeOptions(int selectedOption, int wrapAround)