C# Class Server.Items.KeywordTeleporter

Inheritance: Teleporter
Show file Open project: Grimoric/RunUO.T2A

Private Properties

Property Type Description
KeywordTeleporter System

Public Methods

Method Description
Deserialize ( GenericReader reader ) : void
DoTeleport ( Mobile m ) : void
GetProperties ( ObjectPropertyList list ) : void
KeywordTeleporter ( Serial serial ) : System
OnMoveOver ( Mobile m ) : bool
OnSpeech ( SpeechEventArgs e ) : void
Serialize ( GenericWriter writer ) : void

Private Methods

Method Description
KeywordTeleporter ( ) : System

Method Details

Deserialize() public method

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

DoTeleport() public method

public DoTeleport ( Mobile m ) : void
m Mobile
return void

GetProperties() public method

public GetProperties ( ObjectPropertyList list ) : void
list ObjectPropertyList
return void

KeywordTeleporter() public method

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

OnMoveOver() public method

public OnMoveOver ( Mobile m ) : bool
m Mobile
return bool

OnSpeech() public method

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

Serialize() public method

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