Click or drag to resize
PlayergetMoveList Method
Returns 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 List<string> getMoveList()

Return Value

Type: ListString
moveList
See Also