C# Class Server.Items.Teleporter

Inheritance: Item
显示文件 Open project: Grimoric/RunUO.T2A Class Usage Examples

Private Properties

Property Type Description
Teleporter System
Teleporter System
Teleporter System

Public Methods

Method Description
CanTeleport ( Mobile m ) : bool
Deserialize ( GenericReader reader ) : void
DoTeleport ( Mobile m ) : void
GetProperties ( ObjectPropertyList list ) : void
OnMoveOver ( Mobile m ) : bool
OnSingleClick ( Mobile from ) : void
Serialize ( GenericWriter writer ) : void
StartTeleport ( Mobile m ) : void
Teleporter ( Serial serial ) : System

Private Methods

Method Description
Teleporter ( ) : System
Teleporter ( Point3D pointDest, Map mapDest ) : System
Teleporter ( Point3D pointDest, Map mapDest, bool creatures ) : System

Method Details

CanTeleport() public method

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

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

OnMoveOver() public method

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

OnSingleClick() public method

public OnSingleClick ( Mobile from ) : void
from Mobile
return void

Serialize() public method

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

StartTeleport() public method

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

Teleporter() public method

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