C# Class WorldServer.Districts.District

Afficher le fichier Open project: fiki574/rAPB Class Usage Examples

Méthodes publiques

Свойство Type Description
Criminals System.UInt16
Enforcers System.UInt16
IP String
Id Byte
Key System.UInt32
Port ushort
Queue System.UInt16

Méthodes publiques

Méthode Description
District ( DistrictTypes type, Byte id, LanguageCodes langCode = LanguageCodes.EN ) : System
District ( TcpClient Tcp ) : System
GetState ( ) : DistrictState
GetStateAsString ( ) : String
Send ( Packet packet ) : void
SetSate ( DistrictState state ) : void
ToString ( ) : string
isFull ( ) : Byte

Method Details

District() public méthode

public District ( DistrictTypes type, Byte id, LanguageCodes langCode = LanguageCodes.EN ) : System
type DistrictTypes
id Byte
langCode LanguageCodes
Résultat System

District() public méthode

public District ( TcpClient Tcp ) : System
Tcp System.Net.Sockets.TcpClient
Résultat System

GetState() public méthode

public GetState ( ) : DistrictState
Résultat DistrictState

GetStateAsString() public méthode

public GetStateAsString ( ) : String
Résultat String

Send() public méthode

public Send ( Packet packet ) : void
packet WorldServer.Districts.WD.Packet
Résultat void

SetSate() public méthode

public SetSate ( DistrictState state ) : void
state DistrictState
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

isFull() public méthode

public isFull ( ) : Byte
Résultat Byte

Property Details

Criminals public_oe property

public UInt16,System Criminals
Résultat System.UInt16

Enforcers public_oe property

public UInt16,System Enforcers
Résultat System.UInt16

IP public_oe property

public String IP
Résultat String

Id public_oe property

public Byte Id
Résultat Byte

Key public_oe property

public UInt32,System Key
Résultat System.UInt32

Port public_oe property

public ushort Port
Résultat ushort

Queue public_oe property

public UInt16,System Queue
Résultat System.UInt16