#include <BattleDebris.h>
Public Methods | |
| BattleDebris () | |
| BattleDebris (Vec3D pos, Vec3D speed, FLOAT dirSpeed, int type) | |
Public Attributes | |
| Vec3D | pos |
| Vec3D | speed |
| FLOAT | dirSpeed |
| FLOAT | dir |
| int | type |
|
|
Definition at line 32 of file BattleDebris.h. References type.
00032 { type = -1; }
|
|
||||||||||||||||||||
|
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 }
|
|
|
Definition at line 43 of file BattleDebris.h. Referenced by BattleDebris(), and BattleEntry::updateDebris(). |
|
|
Definition at line 43 of file BattleDebris.h. Referenced by BattleEntry::updateDebris(). |
|
|
Definition at line 42 of file BattleDebris.h. Referenced by BattleEntry::updateDebris(). |
|
|
Definition at line 42 of file BattleDebris.h. Referenced by BattleEntry::updateDebris(). |
|
|
Definition at line 44 of file BattleDebris.h. Referenced by BattleDebris(). |
1.3-rc2