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

This attribute hints that changing the value of the annotated property or field will put the config in a state that requires a reload. An overridden ModConfig.NeedsReload can further validate if more complex logic is needed. More...

Inherits Attribute.

Detailed Description

This attribute hints that changing the value of the annotated property or field will put the config in a state that requires a reload. An overridden ModConfig.NeedsReload can further validate if more complex logic is needed.