| KGS documentation | view source | Contained in the KGS distribution. |
KGS::SGF - SGF I/O
use KGS::SGF; # to be written
# to be written
A property type is a hash like this:
{
name => "SQ",
group => {
name => "Markup properties",
restrictions => "CR, MA, SL, SQ and TR points must be unique, ...",
},
related => "TR, CR, LB, SL, AR, MA, LN",
function => "Marks the given points with a square.\nPoints must be unique.",
propertytype => "-",
propvalue => "list of point"
is_list => 1,
}
Marc Lehmann <pcg@goof.com>
| KGS documentation | view source | Contained in the KGS distribution. |