C# Class Server.Items.BaseContainer

Inheritance: Server.Items.Container
Mostrar archivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
BaseContainer ( Serial serial ) : System.Collections.Generic
BaseContainer ( int itemID ) : System.Collections.Generic
CheckHold ( Mobile m, Item item, bool message, bool checkItems, int plusItems, int plusWeight ) : bool
CheckItemUse ( Mobile from, Item item ) : bool
Deserialize ( GenericReader reader ) : void
IsAccessibleTo ( Mobile m ) : bool
OnDoubleClick ( Mobile from ) : void
OnDragDropInto ( Mobile from, Item item, Point3D p ) : bool
Open ( Mobile from ) : void
Serialize ( GenericWriter writer ) : void
TryDropItem ( Mobile from, Item dropped, bool sendFullMessage ) : bool
UpdateTotal ( Item sender, TotalType type, int delta ) : void

Method Details

BaseContainer() public method

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

BaseContainer() public method

public BaseContainer ( int itemID ) : System.Collections.Generic
itemID int
return System.Collections.Generic

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

CheckItemUse() public method

public CheckItemUse ( Mobile from, Item item ) : bool
from Mobile
item Item
return bool

Deserialize() public method

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

IsAccessibleTo() public method

public IsAccessibleTo ( Mobile m ) : bool
m Mobile
return bool

OnDoubleClick() public method

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

OnDragDropInto() public method

public OnDragDropInto ( Mobile from, Item item, Point3D p ) : bool
from Mobile
item Item
p Point3D
return bool

Open() public method

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

Serialize() public method

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

TryDropItem() public method

public TryDropItem ( Mobile from, Item dropped, bool sendFullMessage ) : bool
from Mobile
dropped Item
sendFullMessage bool
return bool

UpdateTotal() public method

public UpdateTotal ( Item sender, TotalType type, int delta ) : void
sender Item
type TotalType
delta int
return void