Show / Hide Table of Contents

Class ConfigManagerUtils

Utility class for the BepInEx ConfigurationManager plugin, without requiring a hard dependency
Inheritance
object
ConfigManagerUtils
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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.
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾