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()

void GUIControllerHairStylist.Activate ( )
inline

Implements GUIControllerItem.

Definition at line 14 of file GUIControllerHairStylist.cs.

15 {
16 int myPlayer = Main.myPlayer;
18 this.UpdateScroll();
19 int num = 2;
20 this.itemSlider = num;
21 }
class f__AnonymousType0<< Count > j__TPar
static int myPlayer
Definition Main.cs:2337

References j__TPar, Terraria.Main.myPlayer, and UpdateScroll().

Referenced by GUIHairWindow.Draw(), and GUIHairWindow.DrawCategoryButtons().