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

◆ IsColorfulDye()

bool Terraria.Player.IsColorfulDye ( int dye)
inline

Definition at line 33959 of file Player.cs.

33960 {
33961 if (dye > 0)
33962 {
33964 }
33965 return false;
33966 }
static bool[] ColorfulDyeValues
Definition ItemID.cs:154

References Terraria.ID.ItemID.Sets.ColorfulDyeValues.