C# 클래스 Server.Mobiles.TownCrier

상속: Mobile, ITownCrierEntryList
파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
AutoShout_Callback ( ) : void
ShoutNews_Callback ( object state ) : void
TownCrier ( ) : System

메소드 상세

AddEntry() 공개 메소드

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

CanBeDamaged() 공개 메소드

public CanBeDamaged ( ) : bool
리턴 bool

Deserialize() 공개 메소드

public Deserialize ( GenericReader reader ) : void
reader GenericReader
리턴 void

ForceBeginAutoShout() 공개 메소드

public ForceBeginAutoShout ( ) : void
리턴 void

GetRandomEntry() 공개 메소드

public GetRandomEntry ( ) : TownCrierEntry
리턴 TownCrierEntry

HandlesOnSpeech() 공개 메소드

public HandlesOnSpeech ( Mobile from ) : bool
from Mobile
리턴 bool

OnDelete() 공개 메소드

public OnDelete ( ) : void
리턴 void

OnDoubleClick() 공개 메소드

public OnDoubleClick ( Mobile from ) : void
from Mobile
리턴 void

OnSpeech() 공개 메소드

public OnSpeech ( SpeechEventArgs e ) : void
e SpeechEventArgs
리턴 void

RemoveEntry() 공개 메소드

public RemoveEntry ( TownCrierEntry tce ) : void
tce TownCrierEntry
리턴 void

Serialize() 공개 메소드

public Serialize ( GenericWriter writer ) : void
writer GenericWriter
리턴 void

TownCrier() 공개 메소드

public TownCrier ( Serial serial ) : System
serial Serial
리턴 System