C# Class SagaMap.MapServer

Show file Open project: Willyham/SagaRO2

Public Properties

Property Type Description
LoginServerSession LoginSession
ScriptManager ScriptManager
charDB ActorDB
lcfg MapConfig

Public Methods

Method Description
EnsureCharDB ( ) : void
StartDatabase ( ) : bool

Connect to the interserver to access the remote database objects.

Private Methods

Method Description
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
Main ( string args ) : void
ShutingDown ( object sender, ConsoleCancelEventArgs args ) : void

Method Details

EnsureCharDB() public static method

public static EnsureCharDB ( ) : void
return void

StartDatabase() public static method

Connect to the interserver to access the remote database objects.
public static StartDatabase ( ) : bool
return bool

Property Details

LoginServerSession public static property

public static LoginSession,SagaMap LoginServerSession
return LoginSession

ScriptManager public static property

public static ScriptManager ScriptManager
return ScriptManager

charDB public static property

The characterdatabase associated to this mapserver.
public static ActorDB charDB
return ActorDB

lcfg public static property

Holds the settings for this mapserver.
public static MapConfig,SagaMap lcfg
return MapConfig