C# Class Server.Items.SalvageBag

Inheritance: Bag
Show file Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
Deserialize ( Server.GenericReader reader ) : void
GetContextMenuEntries ( Server.Mobile from, List list ) : void
SalvageBag ( Server.Serial serial ) : System
Serialize ( Server.GenericWriter writer ) : void

Private Methods

Method Description
Resmelt ( Server.Mobile from, Item item, CraftResource resource ) : bool
Resmeltables ( ) : bool
SalvageAll ( Server.Mobile from ) : void
SalvageBag ( ) : System
SalvageBag ( int hue ) : System
SalvageCloth ( Server.Mobile from ) : void
SalvageIngots ( Server.Mobile from ) : void
Scissorables ( ) : bool

Method Details

Deserialize() public method

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

GetContextMenuEntries() public method

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

SalvageBag() public method

public SalvageBag ( Server.Serial serial ) : System
serial Server.Serial
return System

Serialize() public method

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