C# Класс Felladrin.Items.BoundlessBag

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

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

Метод Описание
BoundlessBag ( ) : System
BoundlessBag ( Server.Serial serial ) : System
CheckHold ( Server.Mobile m, Item item, bool message, bool checkItems, int plusItems, int plusWeight ) : bool
Deserialize ( Server.GenericReader reader ) : void
Dye ( Server.Mobile from, DyeTub sender ) : bool
GetProperties ( ObjectPropertyList list ) : void
InTypeList ( Item item, Type types ) : bool
OnDragDrop ( Server.Mobile from, Item dropped ) : bool
OnDragDropInto ( Server.Mobile from, Item item, Server.Point3D p ) : bool
Serialize ( Server.GenericWriter writer ) : void

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

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

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

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

public BoundlessBag ( Server.Serial serial ) : System
serial Server.Serial
Результат System

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

public CheckHold ( Server.Mobile m, Item item, bool message, bool checkItems, int plusItems, int plusWeight ) : bool
m Server.Mobile
item Item
message bool
checkItems bool
plusItems int
plusWeight int
Результат bool

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

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

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

public Dye ( Server.Mobile from, DyeTub sender ) : bool
from Server.Mobile
sender Server.Items.DyeTub
Результат bool

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

public GetProperties ( ObjectPropertyList list ) : void
list Server.ObjectPropertyList
Результат void

InTypeList() публичный статический Метод

public static InTypeList ( Item item, Type types ) : bool
item Item
types System.Type
Результат bool

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

public OnDragDrop ( Server.Mobile from, Item dropped ) : bool
from Server.Mobile
dropped Item
Результат bool

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

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

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

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