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

Class AIRabbit

Unit

cAIRabbit

Declaration

type AIRabbit = class(AIGeneticCreature)

Description

an individual Rabbit

Hierarchy

AIGeneticCreature > AIMatingSingleCreature > AICreature > AILivingThing > AIThing > AIBaseObject

Methods

Overview

Public Constructor Create(aParent: pointer);
Public Destructor Destroy; override;
Protected procedure DevelopIntoBaby; override;
Protected procedure FindFood(aKind: integer; aSpeed: single);
Public procedure Fuel; override;
Public function IsPrey: boolean; override;
Protected procedure Move;

Description

Public Constructor Create(aParent: pointer);

 

Public Destructor Destroy; override;

 

Protected procedure DevelopIntoBaby; override;

 

Protected procedure FindFood(aKind: integer; aSpeed: single);

 

Public procedure Fuel; override;

 

Public function IsPrey: boolean; override;

 

Protected procedure Move;

 


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