C# Class SagaMap.MapServer

Afficher le fichier Open project: Willyham/SagaRO2

Méthodes publiques

Свойство Type Description
LoginServerSession LoginSession
ScriptManager ScriptManager
charDB ActorDB
lcfg MapConfig

Méthodes publiques

Méthode Description
EnsureCharDB ( ) : void
StartDatabase ( ) : bool

Connect to the interserver to access the remote database objects.

Private Methods

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

Method Details

EnsureCharDB() public static méthode

public static EnsureCharDB ( ) : void
Résultat void

StartDatabase() public static méthode

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

Property Details

LoginServerSession public_oe static_oe property

public static LoginSession,SagaMap LoginServerSession
Résultat LoginSession

ScriptManager public_oe static_oe property

public static ScriptManager ScriptManager
Résultat ScriptManager

charDB public_oe static_oe property

The characterdatabase associated to this mapserver.
public static ActorDB charDB
Résultat ActorDB

lcfg public_oe static_oe property

Holds the settings for this mapserver.
public static MapConfig,SagaMap lcfg
Résultat MapConfig