C# Класс Zepheus.Zone.Handlers.Handler6

Показать файл Открыть проект

Открытые методы

Метод Описание
RemoveDrop ( Zepheus.Zone.Game.Drop drop ) : Packet
SendChangeMap ( ZoneCharacter character, ushort mapid, int x, int y ) : void
SendChangeZone ( ZoneCharacter character, ushort mapid, int x, int y, string IP, ushort port, ushort randomid ) : void
SendDetailedCharacterInfo ( ZoneCharacter character ) : void
SendError ( ZoneCharacter character ) : void

Приватные методы

Метод Описание
ClientReadyHandler ( Zepheus.Zone.Networking.ZoneClient client, Packet packet ) : void
TransferKeyHandler ( Zepheus.Zone.Networking.ZoneClient client, Packet packet ) : void

Описание методов

RemoveDrop() публичный статический Метод

public static RemoveDrop ( Zepheus.Zone.Game.Drop drop ) : Packet
drop Zepheus.Zone.Game.Drop
Результат Zepheus.FiestaLib.Networking.Packet

SendChangeMap() публичный статический Метод

public static SendChangeMap ( ZoneCharacter character, ushort mapid, int x, int y ) : void
character Zepheus.Zone.Game.ZoneCharacter
mapid ushort
x int
y int
Результат void

SendChangeZone() публичный статический Метод

public static SendChangeZone ( ZoneCharacter character, ushort mapid, int x, int y, string IP, ushort port, ushort randomid ) : void
character Zepheus.Zone.Game.ZoneCharacter
mapid ushort
x int
y int
IP string
port ushort
randomid ushort
Результат void

SendDetailedCharacterInfo() публичный статический Метод

public static SendDetailedCharacterInfo ( ZoneCharacter character ) : void
character Zepheus.Zone.Game.ZoneCharacter
Результат void

SendError() публичный статический Метод

public static SendError ( ZoneCharacter character ) : void
character Zepheus.Zone.Game.ZoneCharacter
Результат void