tModLoader v2022.09
A mod to make and play Terraria mods
Terraria.ModLoader.Config.TooltipAttribute Class Reference

This attribute sets a hover tooltip for the annotated property or field to be shown in the ModConfig UI. This can be longer and more descriptive than Label. Starting the tooltip with $ means the tooltip should be interpreted as a Localization key. More...

Inherits Attribute.

Public Member Functions

 TooltipAttribute (string tooltip)
 

Properties

string Tooltip [get]
 

Detailed Description

This attribute sets a hover tooltip for the annotated property or field to be shown in the ModConfig UI. This can be longer and more descriptive than Label. Starting the tooltip with $ means the tooltip should be interpreted as a Localization key.