UNITS
CLASSES, INTERFACES, OBJECTS
TYPES
VARIABLES
CONSTANTS
FUNCTIONS, PROCEDURES
IDENTIFIERS

Unit BasicAssist

Description

****************************************************************************** * * * Delphi BasicAssist * * * * (C)Copyright 2001, Ferns Paanakker. * * * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * * This program is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the Free Software * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * ******************************************************************************

Constants

None.

Variables

None.

Types

None.

Functions and procedures

Overview

function AbsToRel(AbsAngle, FaceDir: double): double;
function CosAngle(angle: double): double;
function GetBracketPart(cMsg: string; var nIndex: integer): string;
function GetDouble(cMsg: string; pos: integer): double;
function GetInteger(cMsg: string; pos: integer): integer;
function GetLastPart(cMsg: string): string;
function GetToken(cMsg: string; pos: integer): string;
function GetTokenPos(cMsg: string; pos: integer): integer;
function PlayModeToStr(pm: TPlayMode): string;
function RelToAbs(FaceDir, RelAngle: double): double;
function RemoveAllBrackets(c: string): string;
function RemoveSpace(c: string): string;
function SideToStr(side: TSide): string;
function SinAngle(angle: double): double;
function StrToKind(c: string): TKind;
function StrToPlayMode(cMode: string): TPlayMode;
function StrToPosition(c: string): TPosition;
function StrToSide(c: string): TSide;

Description

function AbsToRel(AbsAngle, FaceDir: double): double;

 

function CosAngle(angle: double): double;

 

function GetBracketPart(cMsg: string; var nIndex: integer): string;

String helper functions

function GetDouble(cMsg: string; pos: integer): double;

 

function GetInteger(cMsg: string; pos: integer): integer;

 

function GetLastPart(cMsg: string): string;

 

function GetToken(cMsg: string; pos: integer): string;

 

function GetTokenPos(cMsg: string; pos: integer): integer;

 

function PlayModeToStr(pm: TPlayMode): string;

TypeToStr functions

function RelToAbs(FaceDir, RelAngle: double): double;

Angle helper functions

function RemoveAllBrackets(c: string): string;

 

function RemoveSpace(c: string): string;

 

function SideToStr(side: TSide): string;

 

function SinAngle(angle: double): double;

 

function StrToKind(c: string): TKind;

 

function StrToPlayMode(cMode: string): TPlayMode;

StrToType functions

function StrToPosition(c: string): TPosition;

 

function StrToSide(c: string): TSide;

 

Classes, interfaces and objects

None.


Generated by pasdoc 0.6.20 on Mon 26 Nov 2001 14:30:53