Skip to content
Version 2.11.0
↓ Get the launcher

IPluginConfig.SectionChanged event

Fired when any section’s underlying file changes — either via Save from this process or an external edit detected by the file watcher. The string argument is the section name. Subscribers are called on the game thread.

public event Action<string>? SectionChanged;