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