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

◆ DrawBackHair

bool [] Terraria.ID.HairID.Sets.DrawBackHair = Factory.CreateBoolSet(51, 52, 53, 54, 55, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 113, 114, 115, 133, 134, 146, 162, 6)
static

If true for a given F:Terraria.Player.hair value, then that hair will additionally draw behind the player's back using F:Terraria.DataStructures.PlayerDrawSet.hairBackFrame. Set this to prevent long hair from drawing in front of capes.
Defaults to false.

Back hair is drawn using F:Terraria.DataStructures.PlayerDrawLayers.HairBack.

Definition at line 16 of file HairID.cs.

Referenced by Terraria.Player.GetHairSettings(), and Terraria.ModLoader.HairLoader.ResizeArrays().