|
tModLoader v0.11.8.9
A mod to make and play Terraria mods
|
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...
Inheritance diagram for Terraria.ModLoader.Config.TooltipAttribute:
Collaboration diagram for Terraria.ModLoader.Config.TooltipAttribute:Public Member Functions | |
| TooltipAttribute (string tooltip) | |
Properties | |
| string | Tooltip [get] |
Private Attributes | |
| readonly string | tooltip |
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.
Definition at line 58 of file ConfigAttributes.cs.
| Terraria.ModLoader.Config.TooltipAttribute.TooltipAttribute | ( | string | tooltip | ) |
Definition at line 61 of file ConfigAttributes.cs.
References Terraria.ModLoader.Config.TooltipAttribute.tooltip.
|
private |
Definition at line 60 of file ConfigAttributes.cs.
Referenced by Terraria.ModLoader.Config.TooltipAttribute.TooltipAttribute().
|
get |
Definition at line 64 of file ConfigAttributes.cs.