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

RecvHitEntry Class Reference

#include <BattleUnit.h>

List of all members.


Detailed Description

records when a unit gets hit by enemy fire

Definition at line 34 of file BattleUnit.h.

Public Methods

 RecvHitEntry ()
 RecvHitEntry (const Vec3D &fromPos, const int time)

Public Attributes

Vec3D from
int timeRemaining


Constructor & Destructor Documentation

RecvHitEntry::RecvHitEntry   [inline]
 

Definition at line 37 of file BattleUnit.h.

00037 { timeRemaining=0; }

RecvHitEntry::RecvHitEntry const Vec3D   fromPos,
const int    time
[inline]
 

Definition at line 38 of file BattleUnit.h.

References time.

00038 { from=fromPos; timeRemaining=time; }


Member Data Documentation

Vec3D RecvHitEntry::from
 

Definition at line 39 of file BattleUnit.h.

Referenced by BattleGroup::render().

int RecvHitEntry::timeRemaining
 

Definition at line 40 of file BattleUnit.h.

Referenced by BattleGroup::moveUnits(), and BattleGroup::render().


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