C# Class Server.Items.AnkhWest

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

Private Properties

Свойство Type Description
AnkhWest System.Collections.Generic
AnkhWest System.Collections.Generic

Méthodes publiques

Méthode Description
AnkhWest ( Server.Serial serial ) : System.Collections.Generic
Deserialize ( GenericReader reader ) : void
GetContextMenuEntries ( Mobile from, List list ) : void
OnAfterDelete ( ) : void
OnDoubleClickDead ( Mobile m ) : void
OnLocationChange ( Point3D oldLocation ) : void
OnMapChange ( ) : void
OnMovement ( Mobile m, Point3D oldLocation ) : void
Serialize ( GenericWriter writer ) : void

Private Methods

Méthode Description
AnkhWest ( ) : System.Collections.Generic
AnkhWest ( bool bloodied ) : System.Collections.Generic

Method Details

AnkhWest() public méthode

public AnkhWest ( Server.Serial serial ) : System.Collections.Generic
serial Server.Serial
Résultat System.Collections.Generic

Deserialize() public méthode

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

GetContextMenuEntries() public méthode

public GetContextMenuEntries ( Mobile from, List list ) : void
from Mobile
list List
Résultat void

OnAfterDelete() public méthode

public OnAfterDelete ( ) : void
Résultat void

OnDoubleClickDead() public méthode

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

OnLocationChange() public méthode

public OnLocationChange ( Point3D oldLocation ) : void
oldLocation Point3D
Résultat void

OnMapChange() public méthode

public OnMapChange ( ) : void
Résultat void

OnMovement() public méthode

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

Serialize() public méthode

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