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

Class AIFlock

Unit

cAIBird

Declaration

type AIFlock = class(AILivingGroup)

Description

a group of birds

Hierarchy

AILivingGroup > AIThing > AIBaseObject

Methods

Overview

Protected procedure CalculateCenters;
Public Constructor Create(aParent: pointer);
Public Destructor Destroy; override;
Public procedure Fuel; override;
Public procedure FullDisplay(aList: TStrings); override;

Description

Protected procedure CalculateCenters;

direction flock is flying

Public Constructor Create(aParent: pointer);

 

Public Destructor Destroy; override;

 

Public procedure Fuel; override;

 

Public procedure FullDisplay(aList: TStrings); override;

 

Properties

Overview

Public property FlightPattern: integer;
Public property FlockAngle: single;
Public property FlockCenter: TAffineVector;
Public property FlockVelocity: TAffineVector;

Description

Public property FlightPattern: integer;

 

Public property FlockAngle: single;

 

Public property FlockCenter: TAffineVector;

 

Public property FlockVelocity: TAffineVector;

 


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