Search Results for

    Show / Hide Table of Contents

    Class NPCEngineConfig

    Inheritance
    Object
    NPCEngineConfig
    Namespace: NPCEngine
    Assembly: cs.temp.dll.dll
    Syntax
    public class NPCEngineConfig : Singleton<NPCEngineConfig>

    Fields

    chunkCharacters

    Declaration
    public int chunkCharacters
    Field Value
    Type Description
    Int32

    connectToExistingServer

    Declaration
    public bool connectToExistingServer
    Field Value
    Type Description
    Boolean

    debugLogs

    Declaration
    public bool debugLogs
    Field Value
    Type Description
    Boolean

    modelsPath

    Declaration
    public string modelsPath
    Field Value
    Type Description
    String

    npcEnginePath

    Declaration
    public string npcEnginePath
    Field Value
    Type Description
    String

    serverAddress

    Declaration
    public string serverAddress
    Field Value
    Type Description
    String

    serverConsole

    Declaration
    public bool serverConsole
    Field Value
    Type Description
    Boolean

    serverType

    Declaration
    public ServerType serverType
    Field Value
    Type Description
    ServerType

    services

    Declaration
    public List<ServiceConfigDescriptor> services
    Field Value
    Type Description
    List<ServiceConfigDescriptor>

    Properties

    ModelsPathExists

    Declaration
    public bool ModelsPathExists { get; }
    Property Value
    Type Description
    Boolean

    NPCEngineInstalled

    Declaration
    public bool NPCEngineInstalled { get; }
    Property Value
    Type Description
    Boolean

    Port

    Declaration
    public string Port { get; }
    Property Value
    Type Description
    String

    Methods

    RefreshServices()

    Declaration
    public void RefreshServices()

    ToBeStarted(String)

    Declaration
    public bool ToBeStarted(string name)
    Parameters
    Type Name Description
    String name
    Returns
    Type Description
    Boolean
    In This Article
    Back to top npc-engine Unity integration