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

◆ IsColorfulDye()

bool Terraria.Player.IsColorfulDye ( int dye)
inline

Definition at line 34614 of file Player.cs.

34615 {
34616 if (dye > 0)
34617 {
34619 }
34620 return false;
34621 }
static bool[] ColorfulDyeValues
If true for a given shader id, then that shader does not change the color of whatever it is applied t...
Definition ItemID.cs:317

References Terraria.ID.ItemID.Sets.ColorfulDyeValues, and Terraria.Player.dye.