Метод | Описание | |
---|---|---|
AddEntry ( string lines, System.TimeSpan duration ) : |
||
CanBeDamaged ( ) : bool | ||
Deserialize ( GenericReader reader ) : void | ||
ForceBeginAutoShout ( ) : void | ||
GetRandomEntry ( ) : |
||
HandlesOnSpeech ( Mobile from ) : bool | ||
OnDelete ( ) : void | ||
OnDoubleClick ( Mobile from ) : void | ||
OnSpeech ( SpeechEventArgs e ) : void | ||
RemoveEntry ( |
||
Serialize ( GenericWriter writer ) : void | ||
TownCrier ( Serial serial ) : System |
Метод | Описание | |
---|---|---|
AutoShout_Callback ( ) : void | ||
ShoutNews_Callback ( object state ) : void | ||
TownCrier ( ) : System |
public AddEntry ( string lines, System.TimeSpan duration ) : |
||
lines | string | |
duration | System.TimeSpan | |
Результат |
public Deserialize ( GenericReader reader ) : void | ||
reader | GenericReader | |
Результат | void |
public GetRandomEntry ( ) : |
||
Результат |
public HandlesOnSpeech ( Mobile from ) : bool | ||
from | Mobile | |
Результат | bool |
public OnDoubleClick ( Mobile from ) : void | ||
from | Mobile | |
Результат | void |
public OnSpeech ( SpeechEventArgs e ) : void | ||
e | SpeechEventArgs | |
Результат | void |
public RemoveEntry ( |
||
tce | ||
Результат | void |
public Serialize ( GenericWriter writer ) : void | ||
writer | GenericWriter | |
Результат | void |
public TownCrier ( Serial serial ) : System | ||
serial | Serial | |
Результат | System |