Click or drag to resize
PlayerupdateMoveList Method
Adds a new entry to the moveList of the Player

Namespace: VikingChess.Model
Assembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void updateMoveList(
	string moveNotation
)

Parameters

moveNotation
Type: SystemString
A string containing the move notation
See Also