ChessBoard PieceE EnumerationDelta Engine Documentation
Value of each piece on the board. Each piece is a combination of piece value and color (0 for white, 8 for black)View code on GitHub

Namespace: Chess
Assembly: Chess (in Chess.exe) Version: 1.1.1.0 (1.1.1)
Syntax

[FlagsAttribute]
public enum PieceE
Members

  Member nameValueDescription
None0No pieceView code on GitHub
Pawn1PawnView code on GitHub
Knight2KnightView code on GitHub
Bishop3BishopView code on GitHub
Rook4RookView code on GitHub
Queen5QueenView code on GitHub
King6KingView code on GitHub
PieceMask7Mask to find the pieceView code on GitHub
Black8Piece is blackView code on GitHub
White0White pieceView code on GitHub
See Also