COsPlayerInfo

The COsPlayerInfo class gives information about players in a match.

Variables

doubledRatingplayer's rating in this type of game.
stringsNameplayer's name

Notes

In a game you will see an array of two player-infos (pis). pis[0] is white, pis[1] is black; pis[fBlack] is the black player info if fBlack==true, white player info if fBlack==false.