ChessBoard EnumMoveList Method (ChessBoard PlayerColorE)Delta Engine Documentation
Enumerates all the possible moves for a player View code on GitHub

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

public List<ChessBoard&#160;MovePosS> EnumMoveList(
	ChessBoard&#160;PlayerColorE ePlayerColor
)

Return Value

Type: List ChessBoard MovePosS 
List of possible moves
See Also