Show / Hide Table of Contents

Interface ITogglableMod

Inherited Members
IMod.GetName()
IMod.GetPreloadNames()
IMod.PreloadSceneHooks()
IMod.Initialize(Dictionary<string, Dictionary<string, GameObject>>)
IMod.GetVersion()
IMod.IsCurrent()
IMod.LoadPriority()
ILogger.Log(string)
ILogger.Log(object)
ILogger.LogDebug(string)
ILogger.LogDebug(object)
ILogger.LogError(string)
ILogger.LogError(object)
ILogger.LogFine(string)
ILogger.LogFine(object)
ILogger.LogWarn(string)
ILogger.LogWarn(object)
Namespace: Modding
Assembly: HollowKnight.dll
Syntax
public interface ITogglableMod : IMod, ILogger

Methods

| Edit this page View Source

Unload()

Declaration
void Unload()

Extension Methods

ReflectionUtilities.ReflectCallMethod(object, string, object[], BindingFlags)
ReflectionUtilities.ReflectGetField(object, string, BindingFlags)
ReflectionUtilities.ReflectGetMethod(object, string, BindingFlags)
ReflectionUtilities.ReflectGetProperty(object, string, BindingFlags)
ReflectionUtilities.ReflectSetField(object, string, object, BindingFlags)
ReflectionUtilities.ReflectSetProperty(object, string, object, BindingFlags)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾