// $Id: COsMatchType.htm 119 2004-05-16 00:02:24Z ggs_mburo $ // This is a GGS file, licensed under the GPL
The COsMatchType class includes information about the type of match.
Variables | |
CBoardType bt | Board type (size and shape) |
bool fAnti | true if the match is anti (player with the most discs loses). |
bool fKomi | true if the match is komi (players estimate winning margin). |
char color | one of "bw?sk" for black, white, random, synch, or komi color determination |
int nRandDiscs | number of preplaced discs for rand games. |
Creation | |
Clear() | Clear all information from the match type. |
I/O | |
In() | Reads from a stream in the GGF format, normally use the >> operator. |
Out() | Write to a stream in GGF format, normally use the << operator. |