|
tModLoader v0.11.8.9
A mod to make and play Terraria mods
|
This attribute sets a label for the property, field, or class for use in the ModConfig UI. Starting the label with $ means the label should be interpreted as a Localization key. More...
Inheritance diagram for Terraria.ModLoader.Config.LabelAttribute:
Collaboration diagram for Terraria.ModLoader.Config.LabelAttribute:Public Member Functions | |
| LabelAttribute (string label) | |
Properties | |
| string | Label [get] |
Private Attributes | |
| readonly string | label |
This attribute sets a label for the property, field, or class for use in the ModConfig UI. Starting the label with $ means the label should be interpreted as a Localization key.
Definition at line 44 of file ConfigAttributes.cs.
| Terraria.ModLoader.Config.LabelAttribute.LabelAttribute | ( | string | label | ) |
Definition at line 47 of file ConfigAttributes.cs.
References Terraria.ModLoader.Config.LabelAttribute.label.
|
private |
Definition at line 46 of file ConfigAttributes.cs.
Referenced by Terraria.ModLoader.Config.LabelAttribute.LabelAttribute().
|
get |
Definition at line 50 of file ConfigAttributes.cs.