#include <BattleUnit.h>
Definition at line 34 of file BattleUnit.h.
Public Methods | |
| RecvHitEntry () | |
| RecvHitEntry (const Vec3D &fromPos, const int time) | |
Public Attributes | |
| Vec3D | from |
| int | timeRemaining |
|
|
Definition at line 37 of file BattleUnit.h.
00037 { timeRemaining=0; }
|
|
||||||||||||
|
Definition at line 38 of file BattleUnit.h. References time.
00038 { from=fromPos; timeRemaining=time; }
|
|
|
Definition at line 39 of file BattleUnit.h. Referenced by BattleGroup::render(). |
|
|
Definition at line 40 of file BattleUnit.h. Referenced by BattleGroup::moveUnits(), and BattleGroup::render(). |
1.3-rc2