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

Class AIBot

Unit

cAIBot

Declaration

type AIBot = class(AICreature)

Description

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

Hierarchy

AICreature > AILivingThing > AIThing > AIBaseObject

Methods

Overview

Protected procedure Bomb;
Public Constructor Create( aParent: pointer);
Public Destructor Destroy; override;
Public procedure Fuel; override;
Protected procedure InterpretActivity;
Protected procedure InterpretCommand;
Protected procedure InterpretEmotion;
Protected procedure InterpretJetpack;
Public function OneLineDisplay: string; override;

Description

Protected procedure Bomb;

 

Public Constructor Create( aParent: pointer);

 

Public Destructor Destroy; override;

 

Public procedure Fuel; override;

 

Protected procedure InterpretActivity;

 

Protected procedure InterpretCommand;

 

Protected procedure InterpretEmotion;

 

Protected procedure InterpretJetpack;

 

Public function OneLineDisplay: string; override;

 

Properties

Overview

Public property Activity: string;
Public property Command: string;
Public property Emotion: string;
Public property Jetpack: string;
Public property LastBomb: integer;
Public property LastJump: integer;
Public property TargetLink: AILink;

Description

Public property Activity: string;

 

Public property Command: string;

info

Public property Emotion: string;

 

Public property Jetpack: string;

 

Public property LastBomb: integer;

 

Public property LastJump: integer;

 

Public property TargetLink: AILink;

 


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