Method | Description | |
---|---|---|
BankBox ( Mobile owner ) : System | ||
BankBox ( Serial serial ) : System | ||
Close ( ) : void | ||
Deserialize ( GenericReader reader ) : void | ||
IsAccessibleTo ( Mobile check ) : bool | ||
OnDoubleClick ( Mobile from ) : void | ||
OnDragDrop ( Mobile from, Item dropped ) : bool | ||
OnDragDropInto ( Mobile from, Item item, Point3D p ) : bool | ||
OnParentDeath ( Mobile parent ) : DeathMoveResult | ||
OnSingleClick ( Mobile from ) : void | ||
Open ( ) : void | ||
Serialize ( GenericWriter writer ) : void |
public Deserialize ( GenericReader reader ) : void | ||
reader | GenericReader | |
return | void |
public IsAccessibleTo ( Mobile check ) : bool | ||
check | Mobile | |
return | bool |
public OnDragDrop ( Mobile from, Item dropped ) : bool | ||
from | Mobile | |
dropped | Item | |
return | bool |
public OnDragDropInto ( Mobile from, Item item, Point3D p ) : bool | ||
from | Mobile | |
item | Item | |
p | Point3D | |
return | bool |
public OnParentDeath ( Mobile parent ) : DeathMoveResult | ||
parent | Mobile | |
return | DeathMoveResult |
public Serialize ( GenericWriter writer ) : void | ||
writer | GenericWriter | |
return | void |