Show / Hide Table of Contents

Class CutechessCommenter

Formats the PGN output the way cutechess does

Inheritance
System.Object
CutechessCommenter
Implements
IPGNOutputFormatter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: PonzianiComponents.Chesslib
Assembly: PonzianiComponents.dll
Syntax
public class CutechessCommenter : IPGNOutputFormatter

Methods

| Improve this Doc View Source

Comment(ExtendedMove)

Allows to enhance a move by a comment, which will be stored in PGN output

Declaration
public string Comment(ExtendedMove move)
Parameters
Type Name Description
ExtendedMove move

The extended move

Returns
Type Description
System.String

Implements

IPGNOutputFormatter
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX