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

Class AITool

Unit

cAITool

Declaration

type AITool = class(AIThing)

Description

an individual Tool

Hierarchy

AIThing > AIBaseObject

Methods

Overview

Public Constructor Create(aParent: pointer);
Public Destructor Destroy; override;
Public procedure LoadFromFile(var aFile: TextFile); override;
Public procedure SaveToFile(var aFile: TextFile); override;

Description

Public Constructor Create(aParent: pointer);

 

Public Destructor Destroy; override;

 

Public procedure LoadFromFile(var aFile: TextFile); override;

 

Public procedure SaveToFile(var aFile: TextFile); override;

 

Properties

Overview

Public property NextUse: integer;

Description

Public property NextUse: integer;

 


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