MoveHistory AddCurrentPackedBoard Method Delta Engine Documentation
Add the current packed board to the history View code on GitHub

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

public ChessBoard RepeatResultE AddCurrentPackedBoard(
	long l64ZobristKey,
	bool bPawnMoveOrPieceEaten
)

Parameters

l64ZobristKey
Type: System Int64
Zobrist key of the board
bPawnMoveOrPieceEaten
Type: System Boolean
true if a pawn has moved or a piece has been eaten

Return Value

Type: ChessBoard RepeatResultE
Result: NoRepeat, ThreeFoldRepeat or FiftyRuleRepeat
See Also