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

Class AITerrier

Unit

cAITerrier

Declaration

type AITerrier = class(AICreature)

Description

an individual Terrier

Hierarchy

AICreature > AILivingThing > AIThing > AIBaseObject

Methods

Overview

Public Constructor Create(aParent: pointer);
Public Destructor Destroy; override;
Public procedure Fuel; override;
Public function IsPredator: boolean; override;

Description

Public Constructor Create(aParent: pointer);

 

Public Destructor Destroy; override;

 

Public procedure Fuel; override;

 

Public function IsPredator: boolean; override;

 

Properties

Overview

Public property Destination: AIPosition;
Public property Shaker: integer;

Description

Public property Destination: AIPosition;

 

Public property Shaker: integer;

 


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