C# Class SagaMap.MapServer

Mostrar archivo 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_oe static_oe property

public static LoginSession,SagaMap LoginServerSession
return LoginSession

ScriptManager public_oe static_oe property

public static ScriptManager ScriptManager
return ScriptManager

charDB public_oe static_oe property

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

lcfg public_oe static_oe property

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