The COsPlayerInfo class gives information about players in a match.
double | dRating | player's rating in this type of game. |
string | sName | player's name |
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.