Search Results for

    Show / Hide Table of Contents

    Class LoadedModInstance

    Inheritance
    object
    LoadedModInstance
    Namespace: Global
    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
    Type Description
    bool

    mod

    Declaration
    public ModItem mod
    Field Value
    Type Description
    ModItem

    registeredCommands

    Declaration
    public List<string> registeredCommands
    Field Value
    Type Description
    System.Collections.Generic.List<T><string>
    In This Article
    Back to top Shape of Dreams API Documentation