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

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

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

Метод Описание
CheckContentDisplay ( Mobile from ) : bool
CheckHold ( Mobile m, Item item, bool message, bool checkItems, int plusItems, int plusWeight ) : bool
Deserialize ( GenericReader reader ) : void
Serialize ( GenericWriter writer ) : void
StrongBackpack ( Serial serial ) : System.Collections.Generic

Приватные методы

Метод Описание
StrongBackpack ( ) : System.Collections.Generic

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

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

public CheckContentDisplay ( Mobile from ) : bool
from Mobile
Результат bool

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

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

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

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

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

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

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