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

◆ HoldingItem

bool GUIMouseItem.HoldingItem
get

Definition at line 9 of file GUIMouseItem.cs.

10 {
11 get
12 {
13 if (!true)
14 {
15 }
16 int type = Main.mouseItem.type;
17 if (type != 0)
18 {
19 if (type == 0)
20 {
21 }
23 return;
24 }
25 }
26 }
static Item mouseItem
Definition Main.cs:2155