C# Класс Server.Mobiles.VendorBackpack

Наследование: Server.Items.Backpack
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

CheckHold() публичный Метод

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
Результат bool

CheckItemUse() публичный Метод

public CheckItemUse ( Mobile from, Item item ) : bool
from Mobile
item Item
Результат bool

CheckTarget() публичный Метод

public CheckTarget ( Mobile from, Target targ, object targeted ) : bool
from Mobile
targ Server.Targeting.Target
targeted object
Результат bool

Deserialize() публичный Метод

public Deserialize ( GenericReader reader ) : void
reader GenericReader
Результат void

GetChildContextMenuEntries() публичный Метод

public GetChildContextMenuEntries ( Mobile from, List list, Item item ) : void
from Mobile
list List
item Item
Результат void

GetChildNameProperties() публичный Метод

public GetChildNameProperties ( ObjectPropertyList list, Item item ) : void
list ObjectPropertyList
item Item
Результат void

GetChildProperties() публичный Метод

public GetChildProperties ( ObjectPropertyList list, Item item ) : void
list ObjectPropertyList
item Item
Результат void

IsAccessibleTo() публичный Метод

public IsAccessibleTo ( Mobile m ) : bool
m Mobile
Результат bool

OnSingleClickContained() публичный Метод

public OnSingleClickContained ( Mobile from, Item item ) : void
from Mobile
item Item
Результат void

Serialize() публичный Метод

public Serialize ( GenericWriter writer ) : void
writer GenericWriter
Результат void

VendorBackpack() публичный Метод

public VendorBackpack ( ) : System
Результат System

VendorBackpack() публичный Метод

public VendorBackpack ( Serial serial ) : System
serial Serial
Результат System