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: ChessAssembly: Chess (in Chess.exe) Version: 1.1.1.0 (1.1.1)
Syntax
The ChessBoard PosInfoS type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ChessBoard PosInfoS |
Class Ctor
View code on GitHub |
Fields
Name | Description | |
---|---|---|
m_iAttackedPieces | Number of pieces being attacked by player's piecesView code on GitHub | |
m_iPiecesDefending | Number of pieces defending player's piecesView code on GitHub |
See Also