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

◆ AI_156_GetColor()

Color Terraria.Projectile.AI_156_GetColor ( )
inline

Definition at line 41860 of file Projectile.cs.

41861 {
41862 if (aiStyle != 156)
41863 {
41864 return Color.Transparent;
41865 }
41866 bool num = type == 755;
41867 _ = type;
41868 if (num)
41869 {
41870 return Color.Crimson;
41871 }
41872 return Color.Transparent;
41873 }
static Color Transparent
Definition Color.cs:76

References Microsoft.Xna.Framework.Color.Crimson, Microsoft.Xna.Framework.Color.Transparent, and System.type.