|
TModLoader v1.4.4.9
TModLoader source code documentation
|
|
inlinevirtual |
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 from Terraria.ModLoader.DamageClass.
Definition at line 9 of file SummonDamageClass.cs.