|
TModLoader v1.4.4.9
TModLoader source code documentation
|
This hook is called anytime new config values have been set and are ready to take effect. This will always be called right after OnLoaded and anytime new configuration values are ready to be used. The hook won't be called with values that violate NeedsReload. Use this hook to integrate with other code in your Mod to apply the effects of the configuration values. If your NeedsReload is correctly implemented, you should be able to apply the settings without error in this hook. Be aware that this hook can be called in-game and in the main menu, as well as in single player and multiplayer situations.
Definition at line 51 of file ModConfig.cs.
Referenced by Terraria.ModLoader.Config.ConfigManager.OnChangedAll(), and Terraria.ModLoader.Config.UI.UIModConfig.SaveConfig().
Here is the caller graph for this function: