ChessBoard PosInfoS StructureDelta Engine Documentation
Position information. Positive value for white player, negative value for black player. All these informations are computed before the last move to improve performance. View code on GitHub

Namespace: Chess
Assembly: Chess (in Chess.exe) Version: 1.1.1.0 (1.1.1)
Syntax

public struct PosInfoS

The ChessBoard PosInfoS type exposes the following members.

Constructors

  NameDescription
Public methodChessBoard PosInfoS
Top
Fields

  NameDescription
Public fieldm_iAttackedPieces
Number of pieces being attacked by player's piecesView code on GitHub
Public fieldm_iPiecesDefending
Number of pieces defending player's piecesView code on GitHub
Top
See Also