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

Class AIVibe

Unit

cAIVibes

Declaration

type AIVibe = class(AIThing)

Description

an individual vibe

Hierarchy

AIThing > AIBaseObject

Methods

Overview

Public Constructor Create(aParent: pointer);
Public procedure Fuel; override;
Public procedure LoadFromFile(var aFile: TextFile); override;
Public procedure SaveToFile(var aFile: TextFile); override;
Public procedure SetVibe(aEffectType, aEffectIndex, aTimerDeath: integer);

Description

Public Constructor Create(aParent: pointer);

 

Public procedure Fuel; override;

 

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

 

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

 

Public procedure SetVibe(aEffectType, aEffectIndex, aTimerDeath: integer);

 

Properties

Overview

Public property EffectIndex: integer;
Public property EffectType: integer;
Public property SensoryType: integer;
Public property TimerDeath: integer;

Description

Public property EffectIndex: integer;

 

Public property EffectType: integer;

 

Public property SensoryType: integer;

 

Public property TimerDeath: integer;

 


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