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

◆ Draw()

void GUIEquipmentUtility.Draw ( )
inline

Definition at line 8 of file GUIEquipmentUtility.cs.

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 }
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

References Terraria.Main.inventoryScale, j__TPar, Terraria.Main.mouseX, Terraria.Main.mouseY, Terraria.Main.myPlayer, and Terraria.Main.screenWidth.