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

◆ DrawCategoryButtons()

void GUIClothesWindow.DrawCategoryButtons ( )
inlineprivate

Definition at line 215 of file GUIClothesWindow.cs.

216 {
217 int num = 1;
218 if (num == 0)
219 {
220 }
221 bool mouseLeft = Main.mouseLeft;
222 if (num == 0)
223 {
224 }
225 bool mouseLeftRelease = Main.mouseLeftRelease;
226 int num2 = 17096;
228 string textValue = Language.GetTextValue("Mobile.ControlsPageNext");
230 int selClothes = Main.selClothes;
231 Main.selClothes = 6;
233 int num3 = 7;
237 Main.selClothes = 0;
239 int num4 = 7;
241 int myPlayer = Main.myPlayer;
242 string textValue2 = Language.GetTextValue("LegacyMenu.127");
243 int myPlayer2 = Main.myPlayer;
247 {
248 if (-2147483648 == 0)
249 {
250 }
251 Main.selClothes = 0;
252 }
253 string textValue3 = Language.GetTextValue("LegacyMenu.39");
254 if (-2147483648 == 0)
255 {
256 }
257 int myPlayer3 = Main.myPlayer;
261 {
262 if (-2147483648 == 0)
263 {
264 }
265 Main.selClothes = 1;
266 }
267 string textValue4 = Language.GetTextValue("LegacyMenu.40");
268 if (-2147483648 == 0)
269 {
270 }
271 int myPlayer4 = Main.myPlayer;
275 {
276 if (-2147483648 == 0)
277 {
278 }
279 Main.selClothes = 2;
280 }
281 string textValue5 = Language.GetTextValue("LegacyMenu.33");
282 if (-2147483648 == 0)
283 {
284 }
285 int myPlayer5 = Main.myPlayer;
289 {
290 if (-2147483648 == 0)
291 {
292 }
293 Main.selClothes = 3;
294 }
295 string textValue6 = Language.GetTextValue("LegacyMenu.34");
296 if (-2147483648 == 0)
297 {
298 }
299 int myPlayer6 = Main.myPlayer;
303 {
304 if (-2147483648 == 0)
305 {
306 }
307 Main.selClothes = 4;
308 }
309 string textValue7 = Language.GetTextValue("LegacyMenu.35");
310 if (-2147483648 == 0)
311 {
312 }
313 int myPlayer7 = Main.myPlayer;
317 {
318 if (-2147483648 == 0)
319 {
320 }
321 Main.selClothes = 5;
322 }
323 string textValue8 = Language.GetTextValue("LegacyMenu.36");
324 int myPlayer8 = Main.myPlayer;
328 {
329 Main.selClothes = 6;
330 }
332 }
class f__AnonymousType0<< Count > j__TPar
GUIControllerDresser _controller
static string GetTextValue(string key)
Definition Language.cs:54
static int myPlayer
Definition Main.cs:2337
static bool mouseLeftRelease
Definition Main.cs:2029
static int selClothes
Definition Main.cs:3483
static bool mouseLeft
Definition Main.cs:671

References _controller, Terraria.Localization.Language.GetTextValue(), j__TPar, Terraria.Main.mouseLeft, Terraria.Main.mouseLeftRelease, Terraria.Main.myPlayer, and Terraria.Main.selClothes.

Referenced by Draw().