C# Class SagaLogin.Packets.Server.SendCharData

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

Public Methods

Method Description
SendCharData ( ) : System
SetAugeSkill ( uint auge ) : void
SetEquipment ( int equip ) : void
SetFace ( byte eye, byte eyeColor, byte eyebrow, byte hair, byte hairColor ) : void
SetJobExp ( uint jobExp ) : void
SetSaveMap ( byte map ) : void
SetShield ( uint id ) : void
SetUnknown1 ( ) : void

Method Details

SendCharData() public method

public SendCharData ( ) : System
return System

SetAugeSkill() public method

public SetAugeSkill ( uint auge ) : void
auge uint
return void

SetEquipment() public method

public SetEquipment ( int equip ) : void
equip int
return void

SetFace() public method

public SetFace ( byte eye, byte eyeColor, byte eyebrow, byte hair, byte hairColor ) : void
eye byte
eyeColor byte
eyebrow byte
hair byte
hairColor byte
return void

SetJobExp() public method

public SetJobExp ( uint jobExp ) : void
jobExp uint
return void

SetSaveMap() public method

public SetSaveMap ( byte map ) : void
map byte
return void

SetShield() public method

public SetShield ( uint id ) : void
id uint
return void

SetUnknown1() public method

public SetUnknown1 ( ) : void
return void