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

Class AIGoal

Unit

cAIGoals

Declaration

type AIGoal = class(AIBaseObject)

Description

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

Hierarchy

AIBaseObject

Methods

Overview

Public Constructor Create(aParent: pointer);
Public Destructor Destroy; override;
Public function OneLineDisplay: string; override;
Public procedure SetDestinationToTarget;

Description

Public Constructor Create(aParent: pointer);

 

Public Destructor Destroy; override;

 

Public function OneLineDisplay: string; override;

 

Public procedure SetDestinationToTarget;

 

Properties

Overview

Public property Accomplished: boolean;
Public property Destination: AIPosition;
Public property Instruction: integer;
Public property Modifier: single;
Public property Plans: AIGoalList;
Public property Source: AILink;
Public property Target: AILink;

Description

Public property Accomplished: boolean;

 

Public property Destination: AIPosition;

 

Public property Instruction: integer;

 

Public property Modifier: single;

 

Public property Plans: AIGoalList;

 

Public property Source: AILink;

 

Public property Target: AILink;

 


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