C# Class invertika_account.Account.GameServerHandler

Afficher le fichier Open project: Invertika/server

Méthodes publiques

Méthode Description
deinitialize ( ) : void
dumpStatistics ( StreamWriter os ) : void
getGameServerFromMap ( int mapId ) : invertika_account.Account.GameServer
getGameServerFromMap ( int mapId, string &address, int &port ) : bool
initialize ( int port, string host ) : bool
process ( ) : void
registerClient ( string token, ISL.Server.Account.Character ptr ) : void
registerGameClient ( invertika_account.Account.GameServer s, string token, ISL.Server.Account.Character ptr ) : void
sendPartyChange ( ISL.Server.Account.Character ptr, int partyId ) : void
syncDatabase ( ISL.Server.Network.MessageIn msg ) : void

Method Details

deinitialize() public static méthode

public static deinitialize ( ) : void
Résultat void

dumpStatistics() public static méthode

public static dumpStatistics ( StreamWriter os ) : void
os System.IO.StreamWriter
Résultat void

getGameServerFromMap() public static méthode

public static getGameServerFromMap ( int mapId ) : invertika_account.Account.GameServer
mapId int
Résultat invertika_account.Account.GameServer

getGameServerFromMap() public static méthode

public static getGameServerFromMap ( int mapId, string &address, int &port ) : bool
mapId int
address string
port int
Résultat bool

initialize() public static méthode

public static initialize ( int port, string host ) : bool
port int
host string
Résultat bool

process() public static méthode

public static process ( ) : void
Résultat void

registerClient() public static méthode

public static registerClient ( string token, ISL.Server.Account.Character ptr ) : void
token string
ptr ISL.Server.Account.Character
Résultat void

registerGameClient() public static méthode

public static registerGameClient ( invertika_account.Account.GameServer s, string token, ISL.Server.Account.Character ptr ) : void
s invertika_account.Account.GameServer
token string
ptr ISL.Server.Account.Character
Résultat void

sendPartyChange() public static méthode

public static sendPartyChange ( ISL.Server.Account.Character ptr, int partyId ) : void
ptr ISL.Server.Account.Character
partyId int
Résultat void

syncDatabase() public static méthode

public static syncDatabase ( ISL.Server.Network.MessageIn msg ) : void
msg ISL.Server.Network.MessageIn
Résultat void