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

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

Private Properties

Свойство Тип Описание
AddonContainerComponent System.Collections.Generic

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

Метод Описание
AddonContainerComponent ( Serial serial ) : System.Collections.Generic
Deserialize ( GenericReader reader ) : void
GetContextMenuEntries ( Mobile from, List list ) : void
OnAfterDelete ( ) : void
OnChop ( Mobile from ) : void
OnDoubleClick ( Mobile from ) : void
OnDragDrop ( Mobile from, Server.Items.Item dropped ) : bool
OnLocationChange ( Point3D old ) : void
OnMapChange ( ) : void
Serialize ( GenericWriter writer ) : void

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

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

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

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

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

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

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

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

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

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

public OnAfterDelete ( ) : void
Результат void

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

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

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

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

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

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

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

public OnLocationChange ( Point3D old ) : void
old Point3D
Результат void

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

public OnMapChange ( ) : void
Результат void

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

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