Type of possible moveView code on GitHub
Namespace: ChessAssembly: Chess (in Chess.exe) Version: 1.1.1.0 (1.1.1)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Normal | 0 | Normal moveView code on GitHub | |
PawnPromotionToQueen | 1 | Pawn which is promoted to a queenView code on GitHub | |
Castle | 2 | CastlingView code on GitHub | |
EnPassant | 3 | Prise en passantView code on GitHub | |
PawnPromotionToRook | 4 | Pawn which is promoted to a rookView code on GitHub | |
PawnPromotionToBishop | 5 | Pawn which is promoted to a bishopView code on GitHub | |
PawnPromotionToKnight | 6 | Pawn which is promoted to a knightView code on GitHub | |
PawnPromotionToPawn | 7 | Pawn which is promoted to a pawnView code on GitHub | |
MoveTypeMask | 15 | Piece type maskView code on GitHub | |
PieceEaten | 16 | The move eat a pieceView code on GitHub | |
MoveFromBook | 32 | Move coming from book openingView code on GitHub |
See Also