C# Класс Server.Items.BaseContainer

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

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

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

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

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

public BaseContainer ( Serial serial ) : System.Collections.Generic
serial Serial
Результат System.Collections.Generic

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

public BaseContainer ( int itemID ) : System.Collections.Generic
itemID int
Результат System.Collections.Generic

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

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

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

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

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

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

public OnDoubleClick ( Mobile from ) : void
from Mobile
Результат void

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

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

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

public Open ( Mobile from ) : void
from Mobile
Результат void

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

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

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

public TryDropItem ( Mobile from, Item dropped, bool sendFullMessage ) : bool
from Mobile
dropped Item
sendFullMessage bool
Результат bool

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

public UpdateTotal ( Item sender, TotalType type, int delta ) : void
sender Item
type TotalType
delta int
Результат void