C# Class Server.Items.BaseContainer

Inheritance: Server.Items.Container
Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

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

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

BaseContainer() public méthode

public BaseContainer ( int itemID ) : System.Collections.Generic
itemID int
Résultat System.Collections.Generic

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

CheckItemUse() public méthode

public CheckItemUse ( Mobile from, Item item ) : bool
from Mobile
item Item
Résultat bool

Deserialize() public méthode

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

IsAccessibleTo() public méthode

public IsAccessibleTo ( Mobile m ) : bool
m Mobile
Résultat bool

OnDoubleClick() public méthode

public OnDoubleClick ( Mobile from ) : void
from Mobile
Résultat void

OnDragDropInto() public méthode

public OnDragDropInto ( Mobile from, Item item, Point3D p ) : bool
from Mobile
item Item
p Point3D
Résultat bool

Open() public méthode

public Open ( Mobile from ) : void
from Mobile
Résultat void

Serialize() public méthode

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

TryDropItem() public méthode

public TryDropItem ( Mobile from, Item dropped, bool sendFullMessage ) : bool
from Mobile
dropped Item
sendFullMessage bool
Résultat bool

UpdateTotal() public méthode

public UpdateTotal ( Item sender, TotalType type, int delta ) : void
sender Item
type TotalType
delta int
Résultat void