C# Class SagaLogin.Packets.Server.SendCharData

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

Méthodes publiques

Méthode 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 méthode

public SendCharData ( ) : System
Résultat System

SetAugeSkill() public méthode

public SetAugeSkill ( uint auge ) : void
auge uint
Résultat void

SetEquipment() public méthode

public SetEquipment ( int equip ) : void
equip int
Résultat void

SetFace() public méthode

public SetFace ( byte eye, byte eyeColor, byte eyebrow, byte hair, byte hairColor ) : void
eye byte
eyeColor byte
eyebrow byte
hair byte
hairColor byte
Résultat void

SetJobExp() public méthode

public SetJobExp ( uint jobExp ) : void
jobExp uint
Résultat void

SetSaveMap() public méthode

public SetSaveMap ( byte map ) : void
map byte
Résultat void

SetShield() public méthode

public SetShield ( uint id ) : void
id uint
Résultat void

SetUnknown1() public méthode

public SetUnknown1 ( ) : void
Résultat void