C# Class Server.Items.AddonContainerComponent

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

Private Properties

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

Méthodes publiques

Méthode Description
AddonContainerComponent ( Serial serial ) : System.Collections.Generic
Deserialize ( GenericReader reader ) : void
GetContextMenuEntries ( Mobile from, List list ) : void
OnAfterDelete ( ) : void
OnChop ( Mobile from ) : void
OnDoubleClick ( Mobile from ) : void
OnDragDrop ( Mobile from, Server.Items.Item dropped ) : bool
OnLocationChange ( Point3D old ) : void
OnMapChange ( ) : void
Serialize ( GenericWriter writer ) : void

Private Methods

Méthode Description
AddonContainerComponent ( int itemID ) : System.Collections.Generic

Method Details

AddonContainerComponent() public méthode

public AddonContainerComponent ( Serial serial ) : System.Collections.Generic
serial 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

OnChop() public méthode

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

OnDoubleClick() public méthode

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

OnDragDrop() public méthode

public OnDragDrop ( Mobile from, Server.Items.Item dropped ) : bool
from Mobile
dropped Server.Items.Item
Résultat bool

OnLocationChange() public méthode

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

OnMapChange() public méthode

public OnMapChange ( ) : void
Résultat void

Serialize() public méthode

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