Click or drag to resize
NodesetLastMove Method
Sets the lastMoveTuple of this Node.

Namespace: VikingChess.Model
Assembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void setLastMove(
	Tuple<Square, Piece, Square> moveTuple
)

Parameters

moveTuple
Type: SystemTupleSquare, Piece, Square
The move that results in the Board contained in this Node
See Also