C# Class Server.Mobiles.VendorBackpack

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

Méthodes publiques

Méthode Description
CheckHold ( Mobile m, Item item, bool message, bool checkItems, int plusItems, int plusWeight ) : bool
CheckItemUse ( Mobile from, Item item ) : bool
CheckTarget ( Mobile from, Target targ, object targeted ) : bool
Deserialize ( GenericReader reader ) : void
GetChildContextMenuEntries ( Mobile from, List list, Item item ) : void
GetChildNameProperties ( ObjectPropertyList list, Item item ) : void
GetChildProperties ( ObjectPropertyList list, Item item ) : void
IsAccessibleTo ( Mobile m ) : bool
OnSingleClickContained ( Mobile from, Item item ) : void
Serialize ( GenericWriter writer ) : void
VendorBackpack ( ) : System
VendorBackpack ( Serial serial ) : System

Method Details

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

CheckTarget() public méthode

public CheckTarget ( Mobile from, Target targ, object targeted ) : bool
from Mobile
targ Server.Targeting.Target
targeted object
Résultat bool

Deserialize() public méthode

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

GetChildContextMenuEntries() public méthode

public GetChildContextMenuEntries ( Mobile from, List list, Item item ) : void
from Mobile
list List
item Item
Résultat void

GetChildNameProperties() public méthode

public GetChildNameProperties ( ObjectPropertyList list, Item item ) : void
list ObjectPropertyList
item Item
Résultat void

GetChildProperties() public méthode

public GetChildProperties ( ObjectPropertyList list, Item item ) : void
list ObjectPropertyList
item Item
Résultat void

IsAccessibleTo() public méthode

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

OnSingleClickContained() public méthode

public OnSingleClickContained ( Mobile from, Item item ) : void
from Mobile
item Item
Résultat void

Serialize() public méthode

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

VendorBackpack() public méthode

public VendorBackpack ( ) : System
Résultat System

VendorBackpack() public méthode

public VendorBackpack ( Serial serial ) : System
serial Serial
Résultat System