C# Class Server.Mobiles.VendorBackpack

Inheritance: Server.Items.Backpack
ファイルを表示 Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method 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 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

CheckTarget() public method

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

Deserialize() public method

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

GetChildContextMenuEntries() public method

public GetChildContextMenuEntries ( Mobile from, List list, Item item ) : void
from Mobile
list List
item Item
return void

GetChildNameProperties() public method

public GetChildNameProperties ( ObjectPropertyList list, Item item ) : void
list ObjectPropertyList
item Item
return void

GetChildProperties() public method

public GetChildProperties ( ObjectPropertyList list, Item item ) : void
list ObjectPropertyList
item Item
return void

IsAccessibleTo() public method

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

OnSingleClickContained() public method

public OnSingleClickContained ( Mobile from, Item item ) : void
from Mobile
item Item
return void

Serialize() public method

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

VendorBackpack() public method

public VendorBackpack ( ) : System
return System

VendorBackpack() public method

public VendorBackpack ( Serial serial ) : System
serial Serial
return System