C# Class Server.Items.AnkhNorth.InternalItem

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

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

Deserialize() public méthode

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

GetContextMenuEntries() public méthode

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

InternalItem() public méthode

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

InternalItem() public méthode

public InternalItem ( bool bloodied, AnkhNorth item ) : System.Collections.Generic
bloodied bool
item AnkhNorth
Résultat System.Collections.Generic

OnAfterDelete() public méthode

public OnAfterDelete ( ) : void
Résultat void

OnDoubleClickDead() public méthode

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

OnLocationChange() public méthode

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

OnMapChange() public méthode

public OnMapChange ( ) : void
Résultat void

OnMovement() public méthode

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

Serialize() public méthode

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