C# Class SagaMap.Packets.Server.SendPartyInfo

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

Méthodes publiques

Méthode Description
SendPartyInfo ( ) : System
SetLeader ( uint id ) : void
SetLeaderIndex ( byte u ) : void
SetMemberInfo ( List Clients ) : void
SetSetting1 ( byte s1 ) : void
SetSetting2 ( byte s2 ) : void
SetSetting3 ( byte s3 ) : void
SetSetting4 ( uint s4 ) : void

Method Details

SendPartyInfo() public méthode

public SendPartyInfo ( ) : System
Résultat System

SetLeader() public méthode

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

SetLeaderIndex() public méthode

public SetLeaderIndex ( byte u ) : void
u byte
Résultat void

SetMemberInfo() public méthode

public SetMemberInfo ( List Clients ) : void
Clients List
Résultat void

SetSetting1() public méthode

public SetSetting1 ( byte s1 ) : void
s1 byte
Résultat void

SetSetting2() public méthode

public SetSetting2 ( byte s2 ) : void
s2 byte
Résultat void

SetSetting3() public méthode

public SetSetting3 ( byte s3 ) : void
s3 byte
Résultat void

SetSetting4() public méthode

public SetSetting4 ( uint s4 ) : void
s4 uint
Résultat void