|
TModLoader v1.4.4.9
TModLoader source code documentation
|
|
inlinevirtualinherited |
Overriding this lets you disable standard statistical tooltip lines displayed on items associated with this T:Terraria.ModLoader.DamageClass. All tooltip lines are enabled by default.
To disable tooltip lines you should return false for each of those cases.
| player | The player to apply tooltip changes to |
| lineName | The tooltip line to change visibility for. Usable values are: "Damage", "CritChance", "Speed", and "Knockback" |
Reimplemented in Terraria.ModLoader.SummonDamageClass, and Terraria.ModLoader.SummonMeleeSpeedDamageClass.
Definition at line 126 of file DamageClass.cs.