TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ DrawInterface_21_HairWindow()

void Terraria.Main.DrawInterface_21_HairWindow ( )
inlineprivate

Definition at line 58852 of file Main.cs.

58853 {
58854 if (hairWindow)
58855 {
58857 }
58858 else
58859 {
58861 }
58862 }
static bool hairstylesUpdatedForThisInteraction
Definition Main.cs:2736
void DrawHairWindow()
Definition Main.cs:56478
static bool hairWindow
Definition Main.cs:728

References Terraria.Main.DrawHairWindow(), Terraria.Main.hairstylesUpdatedForThisInteraction, and Terraria.Main.hairWindow.

Referenced by Terraria.Main.SetupDrawInterfaceLayers().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: