Units
Class Hierarchy
Classes, Interfaces and Objects
Types
Variables
Constants
Functions and Procedures
Identifiers

Unit cAIThings

Description

ai.planet http://aiplanet.sourceforge.net Created by Dave Kerr (kerrdWARNING: @hotmail.com) $Id: cAIThings.pas,v 1.92 2003/10/01 00:54:52 aidave Exp $

Classes, Interfaces and Objects

NameDescription
Class AIThing  
Class AIThingList  

Functions and Procedures

Overview

function ThingName(aKind: integer): string;
function ThingNamePlural(aKind: integer): string;

Description

function ThingName(aKind: integer): string;

 

function ThingNamePlural(aKind: integer): string;

 

Types

NameDescription
AIIntegerList = array of integer; same number as the last thing
AIClass = class of AIThing;  

Constants

NameDescription
cNothing = -1;  
cApple = 0;  
cOrange = 1;  
cAppleTree = 2;  
cOrangeTree = 3;  
cAppleSeed = 4;  
cOrangeSeed = 5;  
cBird = 6;  
cFish = 7;  
cDuck = 8;  
cCrab = 9;  
cHawk = 10;  
cTurtle = 11;  
cCloud = 12;  
cIceberg = 13;  
cLadybug = 14;  
cAnt = 15;  
cSun = 16;  
cMoon = 17;  
cCommunity = 18;  
cAsteroid = 19;  
cShark = 20;  
cAquaPlant = 21;  
cBot = 22;  
cExplosion = 23;  
cFlock = 24;  
cBall = 25;  
cBomb = 26;  
cGrazer = 27;  
cTrex = 28;  
cVibe = 29;  
cWeapon = 30;  
cLightning = 31;  
cBeacon = 32;  
cTerrier = 33;  
cFox = 34;  
cRabbit = 35;  
cGrass = 36;  
cMouse = 37;  
cTiger = 38;  
cDolphin = 39;  
cEarthquake = 40;  
cEvolvingTree = 41;  
cEvolvingFruit = 42;  
cEvolvingSeed = 43;  
cFireTree = 44;  
cSpeech = 45;  
cMissileDefence = 46;  
cMissile = 47;  
cLastThing = 47;  

Generated by PasDoc 0.8.7 on Wed 01/ Oct 2003 00:51:36