Interface PGNWriteOptions

Options for the pgnWrite methods.

interface PGNWriteOptions {
    withPlyCount?: boolean;
}

Properties

Properties

withPlyCount?: boolean

If true, a PGN tag [PlyCount "..."] corresponding to the number of half-moves is added to each game in the generated PGN string. false by default.