Unité ChessUtils

Description

Fonctions utilisées par l'unité Chessboard.

Aperçu

Fonctions et procédures

function TargetSquare(const x1, y1, i: integer; out x2, y2: integer): boolean;
function SquareToStr(const x, y: integer): string;
function MoveToStr(const x1, y1, x2, y2: integer): string; overload;
function MoveToStr(const AMove: TMove): string; overload;
procedure StrToSquare(const ASquare: string; out x, y: integer);
procedure StrToMove(const AMove: string; out x1, y1, x2, y2: integer);
function DebugMove(const AMove: TMove): string;

Description

Fonctions et procédures

function TargetSquare(const x1, y1, i: integer; out x2, y2: integer): boolean;

This item has no description.

function SquareToStr(const x, y: integer): string;

This item has no description.

function MoveToStr(const x1, y1, x2, y2: integer): string; overload;

This item has no description.

function MoveToStr(const AMove: TMove): string; overload;

This item has no description.

procedure StrToSquare(const ASquare: string; out x, y: integer);

This item has no description.

procedure StrToMove(const AMove: string; out x1, y1, x2, y2: integer);

This item has no description.

function DebugMove(const AMove: TMove): string;

This item has no description.


Produit par PasDoc 1.0.4.