C# Class SagaMap.Packets.Server.SendPartyInfo

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

Public Methods

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

public SendPartyInfo ( ) : System
return System

SetLeader() public method

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

SetLeaderIndex() public method

public SetLeaderIndex ( byte u ) : void
u byte
return void

SetMemberInfo() public method

public SetMemberInfo ( List Clients ) : void
Clients List
return void

SetSetting1() public method

public SetSetting1 ( byte s1 ) : void
s1 byte
return void

SetSetting2() public method

public SetSetting2 ( byte s2 ) : void
s2 byte
return void

SetSetting3() public method

public SetSetting3 ( byte s3 ) : void
s3 byte
return void

SetSetting4() public method

public SetSetting4 ( uint s4 ) : void
s4 uint
return void