C# Class Server.Mobiles.TownCrier

Inheritance: Mobile, ITownCrierEntryList
ファイルを表示 Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
AddEntry ( string lines, System.TimeSpan duration ) : TownCrierEntry
CanBeDamaged ( ) : bool
Deserialize ( GenericReader reader ) : void
ForceBeginAutoShout ( ) : void
GetRandomEntry ( ) : TownCrierEntry
HandlesOnSpeech ( Mobile from ) : bool
OnDelete ( ) : void
OnDoubleClick ( Mobile from ) : void
OnSpeech ( SpeechEventArgs e ) : void
RemoveEntry ( TownCrierEntry tce ) : void
Serialize ( GenericWriter writer ) : void
TownCrier ( Serial serial ) : System

Private Methods

Method Description
AutoShout_Callback ( ) : void
ShoutNews_Callback ( object state ) : void
TownCrier ( ) : System

Method Details

AddEntry() public method

public AddEntry ( string lines, System.TimeSpan duration ) : TownCrierEntry
lines string
duration System.TimeSpan
return TownCrierEntry

CanBeDamaged() public method

public CanBeDamaged ( ) : bool
return bool

Deserialize() public method

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

ForceBeginAutoShout() public method

public ForceBeginAutoShout ( ) : void
return void

GetRandomEntry() public method

public GetRandomEntry ( ) : TownCrierEntry
return TownCrierEntry

HandlesOnSpeech() public method

public HandlesOnSpeech ( Mobile from ) : bool
from Mobile
return bool

OnDelete() public method

public OnDelete ( ) : void
return void

OnDoubleClick() public method

public OnDoubleClick ( Mobile from ) : void
from Mobile
return void

OnSpeech() public method

public OnSpeech ( SpeechEventArgs e ) : void
e SpeechEventArgs
return void

RemoveEntry() public method

public RemoveEntry ( TownCrierEntry tce ) : void
tce TownCrierEntry
return void

Serialize() public method

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

TownCrier() public method

public TownCrier ( Serial serial ) : System
serial Serial
return System