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

◆ Activate()

override void GUIControllerDresser.Activate ( )
inlinevirtual

Reimplemented from GUIPageContentController.

Definition at line 15 of file GUIControllerDresser.cs.

16 {
17 if (!true)
18 {
19 }
20 if (Main.selClothes != 0)
21 {
22 return;
23 }
24 int num;
25 this.Item = num;
26 }
class f__AnonymousType0<< Count > j__TPar
static int selClothes
Definition Main.cs:3483

References j__TPar, and Terraria.Main.selClothes.