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 GUIPlayerCreateController_HairStyle.Activate ( )
inline

Implements GUIControllerItem.

Definition at line 15 of file GUIPlayerCreateController_HairStyle.cs.

16 {
17 int num = 1;
18 if (num == 0)
19 {
20 }
21 int hair = Main.PendingPlayer.hair;
22 this.itemRow = num;
23 this.UpdateScroll();
24 }
class f__AnonymousType0<< Count > j__TPar
static Player PendingPlayer
Definition Main.cs:2715

References Terraria.Player.hair, j__TPar, Terraria.Main.PendingPlayer, and UpdateScroll().

Referenced by GUIPlayerCreateMenu.DrawCategoryButtons(), and GUIPlayerCreateMenu.DrawHairGrid().