Свойство | Тип | Описание | |
---|---|---|---|
AddonContainerComponent | System.Collections.Generic |
Метод | Описание | |
---|---|---|
AddonContainerComponent ( Serial serial ) : System.Collections.Generic | ||
Deserialize ( GenericReader reader ) : void | ||
GetContextMenuEntries ( Mobile from, List |
||
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 |
public AddonContainerComponent ( Serial serial ) : System.Collections.Generic | ||
serial | Serial | |
Результат | System.Collections.Generic |
public Deserialize ( GenericReader reader ) : void | ||
reader | GenericReader | |
Результат | void |
public GetContextMenuEntries ( Mobile from, List |
||
from | Mobile | |
list | List |
|
Результат | void |
public OnDoubleClick ( Mobile from ) : void | ||
from | Mobile | |
Результат | void |
public OnDragDrop ( Mobile from, Server.Items.Item dropped ) : bool | ||
from | Mobile | |
dropped | Server.Items.Item | |
Результат | bool |
public OnLocationChange ( Point3D old ) : void | ||
old | Point3D | |
Результат | void |
public Serialize ( GenericWriter writer ) : void | ||
writer | GenericWriter | |
Результат | void |