C# Class Server.Items.BankBox

Inheritance: Server.Items.Container
Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public BankBox ( Mobile owner ) : System
owner Mobile
Résultat System

BankBox() public méthode

public BankBox ( Serial serial ) : System
serial Serial
Résultat System

Close() public méthode

public Close ( ) : void
Résultat void

Deserialize() public méthode

public Deserialize ( GenericReader reader ) : void
reader GenericReader
Résultat void

IsAccessibleTo() public méthode

public IsAccessibleTo ( Mobile check ) : bool
check Mobile
Résultat bool

OnDoubleClick() public méthode

public OnDoubleClick ( Mobile from ) : void
from Mobile
Résultat void

OnDragDrop() public méthode

public OnDragDrop ( Mobile from, Item dropped ) : bool
from Mobile
dropped Item
Résultat bool

OnDragDropInto() public méthode

public OnDragDropInto ( Mobile from, Item item, Point3D p ) : bool
from Mobile
item Item
p Point3D
Résultat bool

OnParentDeath() public méthode

public OnParentDeath ( Mobile parent ) : DeathMoveResult
parent Mobile
Résultat DeathMoveResult

OnSingleClick() public méthode

public OnSingleClick ( Mobile from ) : void
from Mobile
Résultat void

Open() public méthode

public Open ( ) : void
Résultat void

Serialize() public méthode

public Serialize ( GenericWriter writer ) : void
writer GenericWriter
Résultat void