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 SourceenableLogging
Enable/Disable Better Logging for BetterEvents
Declaration
public bool enableLogging
Field Value
Type | Description |
---|---|
System.Boolean |
local
Local static reference to the currently loaded BetterMods level module
Declaration
public static LevelModuleMasterLevel local
Field Value
Type | Description |
---|---|
LevelModuleMasterLevel |
logLevel
Set the GetLogLevel for BetterEvents
Declaration
public BetterLogger.LogLevel logLevel
Field Value
Type | Description |
---|---|
BetterLogger.LogLevel |
masterLevel
Declaration
public Level masterLevel
Field Value
Type | Description |
---|---|
ThunderRoad.Level |
Methods
| Improve this Doc View SourceOnLoadCoroutine(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 SourceOnLevelModuleLoaded
Declaration
public static event LevelModuleMasterLevel.LoadedEvent OnLevelModuleLoaded
Event Type
Type | Description |
---|---|
LevelModuleMasterLevel.LoadedEvent |