Class NPCEngineConfig
Inheritance
NPCEngineConfig
Assembly: cs.temp.dll.dll
Syntax
public class NPCEngineConfig : Singleton<NPCEngineConfig>
Fields
chunkCharacters
Declaration
public int chunkCharacters
Field Value
connectToExistingServer
Declaration
public bool connectToExistingServer
Field Value
debugLogs
Declaration
Field Value
modelsPath
Declaration
Field Value
npcEnginePath
Declaration
public string npcEnginePath
Field Value
serverAddress
Declaration
public string serverAddress
Field Value
serverConsole
Declaration
public bool serverConsole
Field Value
serverType
Declaration
public ServerType serverType
Field Value
Type |
Description |
ServerType |
|
services
Declaration
public List<ServiceConfigDescriptor> services
Field Value
Properties
ModelsPathExists
Declaration
public bool ModelsPathExists { get; }
Property Value
NPCEngineInstalled
Declaration
public bool NPCEngineInstalled { get; }
Property Value
Port
Declaration
public string Port { get; }
Property Value
Methods
RefreshServices()
Declaration
public void RefreshServices()
ToBeStarted(String)
Declaration
public bool ToBeStarted(string name)
Parameters
Type |
Name |
Description |
String |
name |
|
Returns