Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

BattleDebris Class Reference

#include <BattleDebris.h>

List of all members.

Public Methods

 BattleDebris ()
 BattleDebris (Vec3D pos, Vec3D speed, FLOAT dirSpeed, int type)

Public Attributes

Vec3D pos
Vec3D speed
FLOAT dirSpeed
FLOAT dir
int type


Constructor & Destructor Documentation

BattleDebris::BattleDebris   [inline]
 

Definition at line 32 of file BattleDebris.h.

References type.

00032 { type = -1; }

BattleDebris::BattleDebris Vec3D    pos,
Vec3D    speed,
FLOAT    dirSpeed,
int    type
[inline]
 

Definition at line 33 of file BattleDebris.h.

References dir.

00034         {
00035                 this->pos = pos;
00036                 this->speed = speed; 
00037                 this->type = type;
00038                 this->dirSpeed = dirSpeed;
00039                 this->dir = 0;
00040         }


Member Data Documentation

FLOAT BattleDebris::dir
 

Definition at line 43 of file BattleDebris.h.

Referenced by BattleDebris(), and BattleEntry::updateDebris().

FLOAT BattleDebris::dirSpeed
 

Definition at line 43 of file BattleDebris.h.

Referenced by BattleEntry::updateDebris().

Vec3D BattleDebris::pos
 

Definition at line 42 of file BattleDebris.h.

Referenced by BattleEntry::updateDebris().

Vec3D BattleDebris::speed
 

Definition at line 42 of file BattleDebris.h.

Referenced by BattleEntry::updateDebris().

int BattleDebris::type
 

Definition at line 44 of file BattleDebris.h.

Referenced by BattleDebris().


The documentation for this class was generated from the following file:
Generated on Wed Apr 23 05:52:00 2003 for Modern Warfare by doxygen1.3-rc2