C# Class Server.Items.Teleporter

Inheritance: Item
Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Private Properties

Свойство Type Description
Teleporter System
Teleporter System
Teleporter System

Méthodes publiques

Méthode 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

Méthode Description
Teleporter ( ) : System
Teleporter ( Point3D pointDest, Map mapDest ) : System
Teleporter ( Point3D pointDest, Map mapDest, bool creatures ) : System

Method Details

CanTeleport() public méthode

public CanTeleport ( Mobile m ) : bool
m Mobile
Résultat bool

Deserialize() public méthode

public Deserialize ( GenericReader reader ) : void
reader GenericReader
Résultat void

DoTeleport() public méthode

public DoTeleport ( Mobile m ) : void
m Mobile
Résultat void

GetProperties() public méthode

public GetProperties ( ObjectPropertyList list ) : void
list ObjectPropertyList
Résultat void

OnMoveOver() public méthode

public OnMoveOver ( Mobile m ) : bool
m Mobile
Résultat bool

OnSingleClick() public méthode

public OnSingleClick ( Mobile from ) : void
from Mobile
Résultat void

Serialize() public méthode

public Serialize ( GenericWriter writer ) : void
writer GenericWriter
Résultat void

StartTeleport() public méthode

public StartTeleport ( Mobile m ) : void
m Mobile
Résultat void

Teleporter() public méthode

public Teleporter ( Serial serial ) : System
serial Serial
Résultat System