|
tModLoader v0.11.8.9
A mod to make and play Terraria mods
|
By default, string fields will provide the user with a text input field. Use this attribute to restrict strings to a selection of options. More...
Inheritance diagram for Terraria.ModLoader.Config.OptionStringsAttribute:
Collaboration diagram for Terraria.ModLoader.Config.OptionStringsAttribute:Public Member Functions | |
| OptionStringsAttribute (string[] optionLabels) | |
Properties | |
| string[] | optionLabels [get, set] |
By default, string fields will provide the user with a text input field. Use this attribute to restrict strings to a selection of options.
Definition at line 247 of file ConfigAttributes.cs.
| Terraria.ModLoader.Config.OptionStringsAttribute.OptionStringsAttribute | ( | string[] | optionLabels | ) |
Definition at line 250 of file ConfigAttributes.cs.
References Terraria.ModLoader.Config.OptionStringsAttribute.optionLabels.
|
getset |
Definition at line 249 of file ConfigAttributes.cs.
Referenced by Terraria.ModLoader.Config.OptionStringsAttribute.OptionStringsAttribute().