C# Class Server.Items.BaseBoard

Inheritance: Item, ICommodity
Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

Méthode Description
BaseBoard ( Serial serial ) : System
BaseBoard ( int itemID ) : System
CreatePiece ( Server.Items.BasePiece piece, int x, int y ) : void
CreatePieces ( ) : void
Deserialize ( GenericReader reader ) : void
GetContextMenuEntries ( Mobile from, List list ) : void
OnDragDrop ( Mobile from, Item dropped ) : bool
OnDragDropInto ( Mobile from, Item dropped, Point3D point ) : bool
Reset ( ) : void
Serialize ( GenericWriter writer ) : void
ValidateDefault ( Mobile from, BaseBoard board ) : bool

Method Details

BaseBoard() public méthode

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

BaseBoard() public méthode

public BaseBoard ( int itemID ) : System
itemID int
Résultat System

CreatePiece() public méthode

public CreatePiece ( Server.Items.BasePiece piece, int x, int y ) : void
piece Server.Items.BasePiece
x int
y int
Résultat void

CreatePieces() public abstract méthode

public abstract CreatePieces ( ) : void
Résultat void

Deserialize() public méthode

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

GetContextMenuEntries() public méthode

public GetContextMenuEntries ( Mobile from, List list ) : void
from Mobile
list List
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 dropped, Point3D point ) : bool
from Mobile
dropped Item
point Point3D
Résultat bool

Reset() public méthode

public Reset ( ) : void
Résultat void

Serialize() public méthode

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

ValidateDefault() public static méthode

public static ValidateDefault ( Mobile from, BaseBoard board ) : bool
from Mobile
board BaseBoard
Résultat bool