Click or drag to resize
BoardSetNeighbours Method
Sets and defines the neighbour locations of a Square in the board array.

Namespace: VikingChess.Model
Assembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void SetNeighbours(
	Square square
)

Parameters

square
Type: VikingChess.ModelSquare
The Square to set the neighbours for.
See Also