Namespace: ChessAssembly: Chess (in Chess.exe) Version: 1.1.1.0 (1.1.1)
public PosInfoS(
int iAttackedPieces,
int iPiecesDefending
)
public PosInfoS(
int iAttackedPieces,
int iPiecesDefending
)
Public Sub New (
iAttackedPieces As Integer,
iPiecesDefending As Integer
)
Public Sub New (
iAttackedPieces As Integer,
iPiecesDefending As Integer
)
public:
PosInfoS(
int iAttackedPieces,
int iPiecesDefending
)
public:
PosInfoS(
int iAttackedPieces,
int iPiecesDefending
)
new :
iAttackedPieces : int *
iPiecesDefending : int -> PosInfoS
new :
iAttackedPieces : int *
iPiecesDefending : int -> PosInfoS
Parameters
- iAttackedPieces
- Type: System Int32
Number of pieces attacking this position
- iPiecesDefending
- Type: System Int32
Number of pieces defending this position