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

This attribute adds a label above this property or field in the ModConfig UI that acts as a header. Use this to delineate sections within your config. Note that fields will be in order, and properties will be in order, but fields and properties will not be interleaved together in the source code order. More...

Inherits Attribute.

Public Member Functions

 HeaderAttribute (string header)
 

Properties

string Header [get]
 

Detailed Description

This attribute adds a label above this property or field in the ModConfig UI that acts as a header. Use this to delineate sections within your config. Note that fields will be in order, and properties will be in order, but fields and properties will not be interleaved together in the source code order.