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

◆ GetAlpha()

virtual ? Color Terraria.ModLoader.ModProjectile.GetAlpha ( Color lightColor)
inlinevirtual

Allows you to determine the color and transparency in which this projectile is drawn. Return null to use the default color (normally light and buff color). Returns null by default.

Definition at line 335 of file ModProjectile.cs.

336 {
337 return null;
338 }