Click or drag to resize
BoardgetCurrentPlayer Method
gets the current Player for this Board

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

Return Value

Type: Player
currentPlayer
See Also