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

Class AIFish

Unit

cAIFish

Declaration

type AIFish = class(AIMatingCreature)

Description

============================================================================

Hierarchy

AIMatingCreature > AICommunityCreature > AICreature > AILivingThing > AIThing > AIBaseObject

Methods

Overview

Public Constructor Create(aParent: pointer);
Public Destructor Destroy; override;
Protected procedure DevelopIntoBaby; override;
Public procedure Die; override;
Protected procedure FindFood;
Protected procedure Flop;
Public procedure Fuel; override;
Protected procedure Grow(aAmount: single); override;
Public function IsPrey: boolean; override;
Protected procedure Swim;

Description

Public Constructor Create(aParent: pointer);

 

Public Destructor Destroy; override;

 

Protected procedure DevelopIntoBaby; override;

 

Public procedure Die; override;

 

Protected procedure FindFood;

 

Protected procedure Flop;

 

Public procedure Fuel; override;

 

Protected procedure Grow(aAmount: single); override;

 

Public function IsPrey: boolean; override;

 

Protected procedure Swim;

 


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