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

Class AIEventList

Unit

cAIEnvironmentStructures

Declaration

type AIEventList = class(AIBaseObject)

Description

----------------------------------------------------------------------------

Hierarchy

AIBaseObject

Methods

Overview

Public procedure AddEvent(aKind: integer; aTarget: pointer; aModifier: single);
Public procedure Clear;
Public function Count: integer;
Public Constructor Create(aParent: pointer; aSize: integer);
Public function Empty: boolean;
Public procedure FullDisplay(aLines: TStrings); override;
Protected procedure IncreaseArraySize(aAmount: integer);
Public procedure LoadFromFile(var aFile: TextFile); override;
Public procedure SaveToFile(var aFile: TextFile); override;

Description

Public procedure AddEvent(aKind: integer; aTarget: pointer; aModifier: single);

 

Public procedure Clear;

 

Public function Count: integer;

 

Public Constructor Create(aParent: pointer; aSize: integer);

 

Public function Empty: boolean;

 

Public procedure FullDisplay(aLines: TStrings); override;

 

Protected procedure IncreaseArraySize(aAmount: integer);

 

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

 

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

 

Properties

Overview

Public property ActiveIndex: integer;
Public property Events: AISpatialArray;
Public property Full: boolean;
Public property Size: integer;

Description

Public property ActiveIndex: integer;

 

Public property Events: AISpatialArray;

 

Public property Full: boolean;

 

Public property Size: integer;

 


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