C# 클래스 SagaLogin.CharServer

파일 보기 프로젝트 열기: Willyham/SagaRO2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
charDB ActorDB
mapServers List
ping Status
playerCount byte
worldID byte
worldname string

공개 메소드들

메소드 설명
AddMapServer ( MapServer newServer ) : void
CharServer ( string worldName, byte mPing, byte mPlayerCount, byte worldID, ActorDB charDB ) : System
DeleteMapServer ( MapServer delServer ) : void
GetMapServer ( int mapID ) : MapServer
GetPing ( ) : Status
GetPlayerCount ( ) : int
MapsAreNotHostedYet ( int hostedMaps ) : bool

메소드 상세

AddMapServer() 공개 메소드

public AddMapServer ( MapServer newServer ) : void
newServer MapServer
리턴 void

CharServer() 공개 메소드

public CharServer ( string worldName, byte mPing, byte mPlayerCount, byte worldID, ActorDB charDB ) : System
worldName string
mPing byte
mPlayerCount byte
worldID byte
charDB ActorDB
리턴 System

DeleteMapServer() 공개 메소드

public DeleteMapServer ( MapServer delServer ) : void
delServer MapServer
리턴 void

GetMapServer() 공개 메소드

public GetMapServer ( int mapID ) : MapServer
mapID int
리턴 MapServer

GetPing() 공개 메소드

public GetPing ( ) : Status
리턴 Status

GetPlayerCount() 공개 메소드

public GetPlayerCount ( ) : int
리턴 int

MapsAreNotHostedYet() 공개 메소드

public MapsAreNotHostedYet ( int hostedMaps ) : bool
hostedMaps int
리턴 bool

프로퍼티 상세

charDB 공개적으로 프로퍼티

public ActorDB charDB
리턴 ActorDB

mapServers 공개적으로 프로퍼티

public List mapServers
리턴 List

ping 공개적으로 프로퍼티

public Status ping
리턴 Status

playerCount 공개적으로 프로퍼티

public byte playerCount
리턴 byte

worldID 공개적으로 프로퍼티

public byte worldID
리턴 byte

worldname 공개적으로 프로퍼티

public string worldname
리턴 string