C# Class SagaMap.Packets.Server.SendMailData

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

Public Methods

Method Description
Durability ( ushort u5 ) : void
SendMailData ( ) : System
SetClv ( ushort u4 ) : void
SetContent ( string content ) : void
SetCreator ( string u3 ) : void
SetDate ( System.DateTime date ) : void
SetItem ( uint itemID ) : void
SetSender ( string sender ) : void
SetTopic ( string topic ) : void
SetUnknown ( byte ID ) : void
SetZeny ( uint zeny ) : void
Stack ( ushort u6 ) : void

Method Details

Durability() public method

public Durability ( ushort u5 ) : void
u5 ushort
return void

SendMailData() public method

public SendMailData ( ) : System
return System

SetClv() public method

public SetClv ( ushort u4 ) : void
u4 ushort
return void

SetContent() public method

public SetContent ( string content ) : void
content string
return void

SetCreator() public method

public SetCreator ( string u3 ) : void
u3 string
return void

SetDate() public method

public SetDate ( System.DateTime date ) : void
date System.DateTime
return void

SetItem() public method

public SetItem ( uint itemID ) : void
itemID uint
return void

SetSender() public method

public SetSender ( string sender ) : void
sender string
return void

SetTopic() public method

public SetTopic ( string topic ) : void
topic string
return void

SetUnknown() public method

public SetUnknown ( byte ID ) : void
ID byte
return void

SetZeny() public method

public SetZeny ( uint zeny ) : void
zeny uint
return void

Stack() public method

public Stack ( ushort u6 ) : void
u6 ushort
return void