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

◆ DrawInFaceHeadLayer

bool [] Terraria.ID.ArmorIDs.Face.Sets.DrawInFaceHeadLayer = Factory.CreateBoolSet(false, 12, 10, 13, 11)
static

If true for a given T:Terraria.ID.ArmorIDs.Face, then that equip will draw in the face head layer (F:Terraria.Player.faceHead, F:Terraria.Player.cFaceHead).
If a T:Terraria.ID.ArmorIDs.Head equip in the F:Terraria.ID.ArmorIDs.Head.Sets.UseAltFaceHeadDraw set is equipped, then this equip will be replaced with its value in F:Terraria.ID.ArmorIDs.Face.Sets.AltFaceHead if one exists.
Defaults to false.

Definition at line 2236 of file ArmorIDs.cs.

Referenced by Terraria.Player.UpdateItemDye(), and Terraria.Player.UpdateVisibleAccessory().