// $Id: COsPlayerInfo.htm 119 2004-05-16 00:02:24Z ggs_mburo $ // This is a GGS file, licensed under the GPL
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[1] is white, pis[0] is black; pis[fBlack] is the black player info if fBlack==true, white player info if fBlack==false.