Show / Hide Table of Contents

Class LevelModuleBetterDependencies

Inheritance
System.Object
ThunderRoad.LevelModule
LevelModuleBetterDependencies
Inherited Members
ThunderRoad.LevelModule.Update(ThunderRoad.Level)
ThunderRoad.LevelModule.OnUnload(ThunderRoad.Level)
ThunderRoad.LevelModule.type
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Wully.Module
Assembly: !BetterMods.dll
Syntax
public class LevelModuleBetterDependencies : LevelModule

Fields

| Improve this Doc View Source

enableLogging

Enable/Disable Better Logging for BetterEvents

Declaration
public bool enableLogging
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

local

Declaration
public LevelModuleBetterDependencies local
Field Value
Type Description
LevelModuleBetterDependencies
| Improve this Doc View Source

logLevel

Set the GetLogLevel for BetterEvents

Declaration
public BetterLogger.LogLevel logLevel
Field Value
Type Description
BetterLogger.LogLevel

Methods

| Improve this Doc View Source

CheckDependencies()

Declaration
public void CheckDependencies()
| Improve this Doc View Source

OnLoadCoroutine(Level)

Called when a level is loaded

Declaration
public override IEnumerator OnLoadCoroutine(Level level)
Parameters
Type Name Description
ThunderRoad.Level level
Returns
Type Description
System.Collections.IEnumerator
Overrides
ThunderRoad.LevelModule.OnLoadCoroutine(ThunderRoad.Level)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX