C# Class Server.Items.BankBox

Inheritance: Server.Items.Container
Mostrar archivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

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

Method Details

BankBox() public method

public BankBox ( Mobile owner ) : System
owner Mobile
return System

BankBox() public method

public BankBox ( Serial serial ) : System
serial Serial
return System

Close() public method

public Close ( ) : void
return void

Deserialize() public method

public Deserialize ( GenericReader reader ) : void
reader GenericReader
return void

IsAccessibleTo() public method

public IsAccessibleTo ( Mobile check ) : bool
check Mobile
return bool

OnDoubleClick() public method

public OnDoubleClick ( Mobile from ) : void
from Mobile
return void

OnDragDrop() public method

public OnDragDrop ( Mobile from, Item dropped ) : bool
from Mobile
dropped Item
return bool

OnDragDropInto() public method

public OnDragDropInto ( Mobile from, Item item, Point3D p ) : bool
from Mobile
item Item
p Point3D
return bool

OnParentDeath() public method

public OnParentDeath ( Mobile parent ) : DeathMoveResult
parent Mobile
return DeathMoveResult

OnSingleClick() public method

public OnSingleClick ( Mobile from ) : void
from Mobile
return void

Open() public method

public Open ( ) : void
return void

Serialize() public method

public Serialize ( GenericWriter writer ) : void
writer GenericWriter
return void