Class ScoreInfoAttr

An InfoCommand attribute.

Hierarchy

Constructors

  • Parameters

    • Optional centipawn: number

      The score in centipawns.

    • Optional mate: number

      The number of moves until checkmate. A negative value indicates the engine will be checkmated.

    • lowerBound: boolean = false

      The lower bound score.

    • upperBound: boolean = false

      The upper bound score.

    Returns ScoreInfoAttr

Properties

centipawn?: number

The score in centipawns.

lowerBound: boolean = false

The lower bound score.

mate?: number

The number of moves until checkmate. A negative value indicates the engine will be checkmated.

upperBound: boolean = false

The upper bound score.

Generated using TypeDoc