// $Id: COsPlayerInfo.htm 119 2004-05-16 00:02:24Z ggs_mburo $ // This is a GGS file, licensed under the GPL COsPlayerInfo

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[1] is white, pis[0] is black; pis[fBlack] is the black player info if fBlack==true, white player info if fBlack==false.