C# Class Server.Items.PublicMoongate

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

Méthodes publiques

Méthode Description
Deserialize ( GenericReader reader ) : void
Initialize ( ) : void
OnDoubleClick ( Mobile from ) : void
OnMoveOver ( Mobile m ) : bool
OnMovement ( Mobile m, Point3D oldLocation ) : void
PublicMoongate ( Serial serial ) : System
Serialize ( GenericWriter writer ) : void
UseGate ( Mobile m ) : bool

Private Methods

Méthode Description
DeleteAll ( ) : void
MoonGen ( PMList list ) : int
MoonGen_OnCommand ( Server.Commands.CommandEventArgs e ) : void
PublicMoongate ( ) : System

Method Details

Deserialize() public méthode

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

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

OnDoubleClick() public méthode

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

OnMoveOver() public méthode

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

OnMovement() public méthode

public OnMovement ( Mobile m, Point3D oldLocation ) : void
m Mobile
oldLocation Point3D
Résultat void

PublicMoongate() public méthode

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

Serialize() public méthode

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

UseGate() public méthode

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