C# Class SagaLogin.Packets.Client.CreateChar

Inheritance: SagaLib.Packet
Show file Open project: Willyham/SagaRO2 Class Usage Examples

Public Methods

Method 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 method

public CreateChar ( ) : System
return System

GetCharName() public method

public GetCharName ( ) : string
return string

GetEye() public method

public GetEye ( ) : byte
return byte

GetEyeColor() public method

public GetEyeColor ( ) : byte
return byte

GetEyebrows() public method

public GetEyebrows ( ) : byte
return byte

GetHair() public method

public GetHair ( ) : byte
return byte

GetHairColor() public method

public GetHairColor ( ) : byte
return byte

GetWeaponName() public method

public GetWeaponName ( ) : string
return string

GetWeaponNameType() public method

public GetWeaponNameType ( ) : ushort
return ushort

New() public method

public New ( ) : Packet
return SagaLib.Packet

Parse() public method

public Parse ( SagaLib client ) : void
client SagaLib
return void