C# Class Server.Mobiles.Scribe

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

Public Properties

Property Type Description
ShushDelay System.TimeSpan

Public Methods

Method Description
Deserialize ( Server.GenericReader reader ) : void
HandlesOnSpeech ( Server.Mobile from ) : bool
InitOutfit ( ) : void
InitSBInfo ( ) : void
OnSpeech ( SpeechEventArgs e ) : void
Scribe ( Server.Serial serial ) : System
Serialize ( Server.GenericWriter writer ) : void

Private Methods

Method Description
Scribe ( ) : System

Method Details

Deserialize() public method

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

HandlesOnSpeech() public method

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

InitOutfit() public method

public InitOutfit ( ) : void
return void

InitSBInfo() public method

public InitSBInfo ( ) : void
return void

OnSpeech() public method

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

Scribe() public method

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

Serialize() public method

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

Property Details

ShushDelay public_oe static_oe property

public static TimeSpan,System ShushDelay
return System.TimeSpan