C# Class Server.Mobiles.TownCrier

Inheritance: Mobile, ITownCrierEntryList
Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
AutoShout_Callback ( ) : void
ShoutNews_Callback ( object state ) : void
TownCrier ( ) : System

Method Details

AddEntry() public méthode

public AddEntry ( string lines, System.TimeSpan duration ) : TownCrierEntry
lines string
duration System.TimeSpan
Résultat TownCrierEntry

CanBeDamaged() public méthode

public CanBeDamaged ( ) : bool
Résultat bool

Deserialize() public méthode

public Deserialize ( GenericReader reader ) : void
reader GenericReader
Résultat void

ForceBeginAutoShout() public méthode

public ForceBeginAutoShout ( ) : void
Résultat void

GetRandomEntry() public méthode

public GetRandomEntry ( ) : TownCrierEntry
Résultat TownCrierEntry

HandlesOnSpeech() public méthode

public HandlesOnSpeech ( Mobile from ) : bool
from Mobile
Résultat bool

OnDelete() public méthode

public OnDelete ( ) : void
Résultat void

OnDoubleClick() public méthode

public OnDoubleClick ( Mobile from ) : void
from Mobile
Résultat void

OnSpeech() public méthode

public OnSpeech ( SpeechEventArgs e ) : void
e SpeechEventArgs
Résultat void

RemoveEntry() public méthode

public RemoveEntry ( TownCrierEntry tce ) : void
tce TownCrierEntry
Résultat void

Serialize() public méthode

public Serialize ( GenericWriter writer ) : void
writer GenericWriter
Résultat void

TownCrier() public méthode

public TownCrier ( Serial serial ) : System
serial Serial
Résultat System