C# 클래스 SagaMap.MapServer

파일 보기 프로젝트 열기: Willyham/SagaRO2

공개 프로퍼티들

프로퍼티 타입 설명
LoginServerSession LoginSession
ScriptManager ScriptManager
charDB ActorDB
lcfg MapConfig

공개 메소드들

메소드 설명
EnsureCharDB ( ) : void
StartDatabase ( ) : bool

Connect to the interserver to access the remote database objects.

비공개 메소드들

메소드 설명
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
Main ( string args ) : void
ShutingDown ( object sender, ConsoleCancelEventArgs args ) : void

메소드 상세

EnsureCharDB() 공개 정적인 메소드

public static EnsureCharDB ( ) : void
리턴 void

StartDatabase() 공개 정적인 메소드

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

프로퍼티 상세

LoginServerSession 공개적으로 정적으로 프로퍼티

public static LoginSession,SagaMap LoginServerSession
리턴 LoginSession

ScriptManager 공개적으로 정적으로 프로퍼티

public static ScriptManager ScriptManager
리턴 ScriptManager

charDB 공개적으로 정적으로 프로퍼티

The characterdatabase associated to this mapserver.
public static ActorDB charDB
리턴 ActorDB

lcfg 공개적으로 정적으로 프로퍼티

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