|
TModLoader v1.4.4.9
TModLoader source code documentation
|
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 9 of file OptionStringsAttribute.cs.