C# Class SagaLogin.Packets.Client.CreateChar

Inheritance: SagaLib.Packet
Afficher le fichier Open project: Willyham/SagaRO2 Class Usage Examples

Méthodes publiques

Méthode Description
CreateChar ( ) : System
GetCharName ( ) : string
GetEye ( ) : byte
GetEyeColor ( ) : byte
GetEyebrows ( ) : byte
GetHair ( ) : byte
GetHairColor ( ) : byte
GetWeaponName ( ) : string
GetWeaponNameType ( ) : ushort
New ( ) : Packet
Parse ( SagaLib client ) : void

Method Details

CreateChar() public méthode

public CreateChar ( ) : System
Résultat System

GetCharName() public méthode

public GetCharName ( ) : string
Résultat string

GetEye() public méthode

public GetEye ( ) : byte
Résultat byte

GetEyeColor() public méthode

public GetEyeColor ( ) : byte
Résultat byte

GetEyebrows() public méthode

public GetEyebrows ( ) : byte
Résultat byte

GetHair() public méthode

public GetHair ( ) : byte
Résultat byte

GetHairColor() public méthode

public GetHairColor ( ) : byte
Résultat byte

GetWeaponName() public méthode

public GetWeaponName ( ) : string
Résultat string

GetWeaponNameType() public méthode

public GetWeaponNameType ( ) : ushort
Résultat ushort

New() public méthode

public New ( ) : Packet
Résultat SagaLib.Packet

Parse() public méthode

public Parse ( SagaLib client ) : void
client SagaLib
Résultat void