C# Class Queem.Core.AttacksGenerators.PawnAttacksGenerator

Inheritance: AttacksGenerator
Afficher le fichier Open project: Ribtoks/Queem

Protected Properties

Свойство Type Description
attacks ulong[]
cases ulong[]
direction int
index int

Méthodes publiques

Méthode Description
GetAttacks ( Square figures, ulong otherFigures ) : ulong
GetAttacks ( ulong figures, ulong otherFigures ) : ulong[]
PawnAttacksGenerator ( PlayerPosition position ) : System

Method Details

GetAttacks() public méthode

public GetAttacks ( Square figures, ulong otherFigures ) : ulong
figures Square
otherFigures ulong
Résultat ulong

GetAttacks() public méthode

public GetAttacks ( ulong figures, ulong otherFigures ) : ulong[]
figures ulong
otherFigures ulong
Résultat ulong[]

PawnAttacksGenerator() public méthode

public PawnAttacksGenerator ( PlayerPosition position ) : System
position PlayerPosition
Résultat System

Property Details

attacks protected_oe property

protected ulong[] attacks
Résultat ulong[]

cases protected_oe property

protected ulong[] cases
Résultat ulong[]

direction protected_oe property

protected int direction
Résultat int

index protected_oe property

protected int index
Résultat int