C# Class Server.Items.BulletinMessage

Inheritance: Server.BaseItem
Mostrar archivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
BulletinMessage ( Server.Mobile poster, BulletinMessage thread, string subject, string lines ) : System
BulletinMessage ( Server.Serial serial ) : System
CheckTarget ( Server.Mobile from, Server targ, object targeted ) : bool
Deserialize ( Server.GenericReader reader ) : void
GetTimeAsString ( ) : string
IsAccessibleTo ( Server.Mobile check ) : bool
Serialize ( Server.GenericWriter writer ) : void
Validate ( ) : void

Method Details

BulletinMessage() public method

public BulletinMessage ( Server.Mobile poster, BulletinMessage thread, string subject, string lines ) : System
poster Server.Mobile
thread BulletinMessage
subject string
lines string
return System

BulletinMessage() public method

public BulletinMessage ( Server.Serial serial ) : System
serial Server.Serial
return System

CheckTarget() public method

public CheckTarget ( Server.Mobile from, Server targ, object targeted ) : bool
from Server.Mobile
targ Server
targeted object
return bool

Deserialize() public method

public Deserialize ( Server.GenericReader reader ) : void
reader Server.GenericReader
return void

GetTimeAsString() public method

public GetTimeAsString ( ) : string
return string

IsAccessibleTo() public method

public IsAccessibleTo ( Server.Mobile check ) : bool
check Server.Mobile
return bool

Serialize() public method

public Serialize ( Server.GenericWriter writer ) : void
writer Server.GenericWriter
return void

Validate() public method

public Validate ( ) : void
return void