Class ConfigManagerUtils
Utility class for the BepInEx ConfigurationManager plugin, without requiring a hard dependency
Inherited Members
Namespace: Jotunn.Utils
Assembly: Jotunn.dll
Syntax
public static class ConfigManagerUtils
Properties
| Name | Description |
|---|---|
| DisplayingWindow | Is the config manager main window displayed on screen Safe to use even if ConfigurationManager is not installed. |
| Plugin | The ConfigurationManager plugin instance if installed, otherwise null |
Methods
| Name | Description |
|---|---|
| BuildSettingList() | Rebuild the setting list. Use to update the config manager window if config settings were removed or added while it was open. Safe to call even if ConfigurationManager is not installed. |