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
GUIEquipmentUtility.cs
Go to the documentation of this file.
1using System;
2using Terraria;
3
4// Token: 0x02000141 RID: 321
6{
7 // Token: 0x060008AA RID: 2218 RVA: 0x00023F90 File Offset: 0x00022190
8 public void Draw()
9 {
10 int num = 1;
11 if (num == 0)
12 {
13 }
14 int mouseX = Main.mouseX;
15 int mouseY = Main.mouseY;
16 if (num == 0)
17 {
18 }
19 float inventoryScale = Main.inventoryScale;
21 int myPlayer = Main.myPlayer;
22 int screenWidth = Main.screenWidth;
23 if (!false)
24 {
26 return;
27 }
28 }
29
30 // Token: 0x060008AB RID: 2219 RVA: 0x00024084 File Offset: 0x00022284
32 {
33 }
34}
class f__AnonymousType0<< Count > j__TPar
static int myPlayer
Definition Main.cs:2337
static float inventoryScale
Definition Main.cs:2253
static int screenWidth
Definition Main.cs:2001
static int mouseY
Definition Main.cs:601
static int mouseX
Definition Main.cs:587