C# 클래스 wServer.realm.RealmManager

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

공개 프로퍼티들

프로퍼티 타입 설명
Clients ClientProcessor>.ConcurrentDictionary
GuildHalls GuildHall>.Dictionary
PlayerWorldMapping World>.ConcurrentDictionary
ShopWorlds World>.ConcurrentDictionary
Vaults Vault>.ConcurrentDictionary
Worlds World>.ConcurrentDictionary
allRealmNames List
battleArenaName List
nextTestId int
nextWorldId int
realmNames List

공개 메소드들

메소드 설명
AddWorld ( World world ) : World
CloseWorld ( World world ) : void
CoreTickLoop ( ) : void
Disconnect ( ClientProcessor psr ) : void
FindPlayer ( string name ) : Player
FindPlayerRough ( string name ) : Player
GetWorld ( int id ) : World
GuildHallWorld ( string g ) : World
GuildMembersOf ( string guild ) : List
PlayerVault ( ClientProcessor processor ) : Vault
TryConnect ( ClientProcessor psr ) : bool

비공개 메소드들

메소드 설명
RealmManager ( ) : System

메소드 상세

AddWorld() 공개 정적인 메소드

public static AddWorld ( World world ) : World
world World
리턴 World

CloseWorld() 공개 정적인 메소드

public static CloseWorld ( World world ) : void
world World
리턴 void

CoreTickLoop() 공개 정적인 메소드

public static CoreTickLoop ( ) : void
리턴 void

Disconnect() 공개 정적인 메소드

public static Disconnect ( ClientProcessor psr ) : void
psr ClientProcessor
리턴 void

FindPlayer() 공개 정적인 메소드

public static FindPlayer ( string name ) : Player
name string
리턴 Player

FindPlayerRough() 공개 정적인 메소드

public static FindPlayerRough ( string name ) : Player
name string
리턴 Player

GetWorld() 공개 정적인 메소드

public static GetWorld ( int id ) : World
id int
리턴 World

GuildHallWorld() 공개 정적인 메소드

public static GuildHallWorld ( string g ) : World
g string
리턴 World

GuildMembersOf() 공개 정적인 메소드

public static GuildMembersOf ( string guild ) : List
guild string
리턴 List

PlayerVault() 공개 정적인 메소드

public static PlayerVault ( ClientProcessor processor ) : Vault
processor ClientProcessor
리턴 wServer.realm.worlds.Vault

TryConnect() 공개 정적인 메소드

public static TryConnect ( ClientProcessor psr ) : bool
psr ClientProcessor
리턴 bool

프로퍼티 상세

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

public static ConcurrentDictionary Clients
리턴 ClientProcessor>.ConcurrentDictionary

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

public static Dictionary GuildHalls
리턴 GuildHall>.Dictionary

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

public static ConcurrentDictionary PlayerWorldMapping
리턴 World>.ConcurrentDictionary

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

public static ConcurrentDictionary ShopWorlds
리턴 World>.ConcurrentDictionary

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

public static ConcurrentDictionary Vaults
리턴 Vault>.ConcurrentDictionary

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

public static ConcurrentDictionary Worlds
리턴 World>.ConcurrentDictionary

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

public static List allRealmNames
리턴 List

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

public static List battleArenaName
리턴 List

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

public static int nextTestId
리턴 int

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

public static int nextWorldId
리턴 int

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

public static List realmNames
리턴 List