C# Class Server.Items.SalvageBag

Inheritance: Bag
Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 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

SalvageBag() public méthode

public SalvageBag ( Server.Serial serial ) : System
serial Server.Serial
Résultat System

Serialize() public méthode

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