Class LoadedModInstance
Inheritance
object
LoadedModInstance
Assembly: Dew.Core.dll
Syntax
public class LoadedModInstance
Fields
container
Declaration
public GameObject container
Field Value
| Type |
Description |
| UnityEngine.GameObject |
|
isAlteringGameplay
This must be set to true, if this mod is altering gameplay in any way. This will show mod icon in the lobby list to let the clients know prior to joining your game.
This is automatically set to true if the mod contains any JSON overrides.
Declaration
public bool isAlteringGameplay
Field Value
mod
Declaration
Field Value
registeredCommands
Declaration
public List<string> registeredCommands
Field Value
| Type |
Description |
| System.Collections.Generic.List<T><string> |
|