tModLoader v0.11.8.9
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...

+ Inheritance diagram for Terraria.ModLoader.Config.ReloadRequiredAttribute:
+ Collaboration diagram for Terraria.ModLoader.Config.ReloadRequiredAttribute:

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.

Definition at line 35 of file ConfigAttributes.cs.