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

◆ GetAlpha()

virtual ? Color Terraria.ModLoader.ModGore.GetAlpha ( Gore gore,
Color lightColor )
inlinevirtualinherited

Allows you to override the color this gore will draw in. Return null to draw it in the normal light color; returns null by default.

Returns

Definition at line 56 of file ModGore.cs.

57 {
58 return null;
59 }

Referenced by Terraria.Gore.GetAlpha().

+ Here is the caller graph for this function: