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

◆ ModifyBuffText()

virtual void Terraria.ModLoader.ModBuff.ModifyBuffText ( ref string buffName,
ref string tip,
ref int rare )
inlinevirtual

Allows you to modify the name and tooltip that displays when the mouse hovers over the buff icon, as well as the color the buff's name is drawn in.

Definition at line 90 of file ModBuff.cs.

91 {
92 }