Show / Hide Table of Contents

Class TogglableWeaverMod

A WeaverCore mod that can be toggled on and off

Inheritance
object
Loggable
Mod
WeaverMod
TogglableWeaverMod
Implements
ITogglableMod
IMod
ILogger
Inherited Members
WeaverMod.LoadedMods
WeaverMod.Registries
WeaverMod.GetVersion()
WeaverMod.EnableRegistries(IMod)
WeaverMod.DisableRegistries(IMod)
Mod.GetName()
Mod.GetPreloadNames()
Mod.PreloadSceneHooks()
Mod.Initialize(Dictionary<string, Dictionary<string, GameObject>>)
Mod.IsCurrent()
Mod.LoadPriority()
Mod.Initialize()
Mod.Name
Loggable.LogFine(string)
Loggable.LogFine(object)
Loggable.LogDebug(string)
Loggable.LogDebug(object)
Loggable.Log(string)
Loggable.Log(object)
Loggable.LogWarn(string)
Loggable.LogWarn(object)
Loggable.LogError(string)
Loggable.LogError(object)
Namespace: WeaverCore
Assembly: WeaverCore.dll
Syntax
public abstract class TogglableWeaverMod : WeaverMod, ITogglableMod, IMod, ILogger

Methods

| Edit this page View Source

Unload()

Declaration
public virtual void Unload()

Implements

ITogglableMod
IMod
ILogger

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
☀
☾