C# Class Server.Items.FishBowl

Inheritance: BaseContainer
Afficher le fichier Open project: brodock/runuo Class Usage Examples

Private Properties

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

Méthodes publiques

Méthode Description
AddNameProperties ( ObjectPropertyList list ) : void
Deserialize ( GenericReader reader ) : void
FishBowl ( Serial serial ) : System
GetContextMenuEntries ( Mobile from, List list ) : void
OnDoubleClick ( Mobile from ) : void
OnDragDrop ( Mobile from, Server.Items.Item dropped ) : bool
Serialize ( GenericWriter writer ) : void

Private Methods

Méthode Description
FishBowl ( ) : System

Method Details

AddNameProperties() public méthode

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

Deserialize() public méthode

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

FishBowl() public méthode

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

GetContextMenuEntries() public méthode

public GetContextMenuEntries ( Mobile from, List list ) : void
from Mobile
list List
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

Serialize() public méthode

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