C# Class Server.Items.StrongBackpack

Inheritance: Backpack
Mostrar archivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method 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

Method Description
StrongBackpack ( ) : System.Collections.Generic

Method Details

CheckContentDisplay() public method

public CheckContentDisplay ( Mobile from ) : bool
from Mobile
return bool

CheckHold() public method

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
return bool

Deserialize() public method

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

Serialize() public method

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

StrongBackpack() public method

public StrongBackpack ( Serial serial ) : System.Collections.Generic
serial Serial
return System.Collections.Generic