Click or drag to resize
GameundoMove Method
Undo the last move

Namespace: VikingChess.Model
Assembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Board undoMove()

Return Value

Type: Board
The previous Board obtained from the stateHistory
See Also