C# Class Server.Items.FishBowl

Inheritance: BaseContainer
Show file Open project: brodock/runuo Class Usage Examples

Private Properties

Property Type Description
FishBowl System

Public Methods

Method 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

Method Description
FishBowl ( ) : System

Method Details

AddNameProperties() public method

public AddNameProperties ( ObjectPropertyList list ) : void
list ObjectPropertyList
return void

Deserialize() public method

public Deserialize ( GenericReader reader ) : void
reader GenericReader
return void

FishBowl() public method

public FishBowl ( Serial serial ) : System
serial Serial
return System

GetContextMenuEntries() public method

public GetContextMenuEntries ( Mobile from, List list ) : void
from Mobile
list List
return void

OnDoubleClick() public method

public OnDoubleClick ( Mobile from ) : void
from Mobile
return void

OnDragDrop() public method

public OnDragDrop ( Mobile from, Server.Items.Item dropped ) : bool
from Mobile
dropped Server.Items.Item
return bool

Serialize() public method

public Serialize ( GenericWriter writer ) : void
writer GenericWriter
return void