Kokopu - v4.13.0
    Preparing search index...

    Interface PGNWriteOptions

    Options for the pgnWrite methods.

    interface PGNWriteOptions {
        withPlyCount?: boolean;
    }
    Index

    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.