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

Class AIFruit

Unit

cAITrees

Declaration

type AIFruit = class(AIPlant)

Description

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

Hierarchy

AIPlant > AILivingThing > AIThing > AIBaseObject

Methods

Overview

Public procedure Cease; override;
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 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:36