Show / Hide Table of Contents

Class LevelModuleMasterLevel

Inheritance
System.Object
ThunderRoad.LevelModule
LevelModuleMasterLevel
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 LevelModuleMasterLevel : 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

Local static reference to the currently loaded BetterMods level module

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

logLevel

Set the GetLogLevel for BetterEvents

Declaration
public BetterLogger.LogLevel logLevel
Field Value
Type Description
BetterLogger.LogLevel
| Improve this Doc View Source

masterLevel

Declaration
public Level masterLevel
Field Value
Type Description
ThunderRoad.Level

Methods

| Improve this Doc View Source

OnLoadCoroutine(Level)

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)

Events

| Improve this Doc View Source

OnLevelModuleLoaded

Declaration
public static event LevelModuleMasterLevel.LoadedEvent OnLevelModuleLoaded
Event Type
Type Description
LevelModuleMasterLevel.LoadedEvent
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX