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

Class AIEvolvingFruit

Unit

cAIEvolvingTrees

Declaration

type AIEvolvingFruit = class(AIEvolvingPlant)

Description

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

Hierarchy

AIEvolvingPlant > AIPlant > AILivingThing > AIThing > AIBaseObject

Methods

Overview

Public procedure Cease; override;
Public Constructor Create(aParent: pointer);
Public procedure Fuel; override;
Public procedure FullDisplay(aList: TStrings); override;
Public function IsFruit: boolean; override;
Public procedure LoadFromFile(var aFile: TextFile); override;
Public procedure SaveToFile(var aFile: TextFile); override;

Description

Public procedure Cease; override;

 

Public Constructor Create(aParent: pointer);

 

Public procedure Fuel; override;

 

Public procedure FullDisplay(aList: TStrings); override;

 

Public function IsFruit: boolean; override;

 

Public procedure LoadFromFile(var aFile: TextFile); override;

 

Public procedure SaveToFile(var aFile: TextFile); override;

 

Properties

Overview

Public property CarryingSeed: boolean;

Description

Public property CarryingSeed: boolean;

 


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