C# Class Server.Items.StrongBackpack

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

Méthodes publiques

Méthode Description
CheckContentDisplay ( Mobile from ) : bool
CheckHold ( Mobile m, Item item, bool message, bool checkItems, int plusItems, int plusWeight ) : bool
Deserialize ( GenericReader reader ) : void
Serialize ( GenericWriter writer ) : void
StrongBackpack ( Serial serial ) : System.Collections.Generic

Private Methods

Méthode Description
StrongBackpack ( ) : System.Collections.Generic

Method Details

CheckContentDisplay() public méthode

public CheckContentDisplay ( Mobile from ) : bool
from Mobile
Résultat bool

CheckHold() public méthode

public CheckHold ( Mobile m, Item item, bool message, bool checkItems, int plusItems, int plusWeight ) : bool
m Mobile
item Item
message bool
checkItems bool
plusItems int
plusWeight int
Résultat bool

Deserialize() public méthode

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

Serialize() public méthode

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

StrongBackpack() public méthode

public StrongBackpack ( Serial serial ) : System.Collections.Generic
serial Serial
Résultat System.Collections.Generic