Method InRangeForBoard
InRangeForBoard(BoardSize)
Check if the move is valid for the given board size. This will be passed the return value from AbstractBoard.GetCurrentBoardSize().
Declaration
public bool InRangeForBoard(BoardSize boardSize)
Parameters
| Type | Name | Description |
|---|---|---|
| BoardSize | boardSize |
Returns
| Type | Description |
|---|---|
| bool |