#include <BattleSprite.h>
Public Methods | |
| BattleSprite () | |
| BattleSprite (Vec3D pos, int time, int type) | |
Public Attributes | |
| Vec3D | pos |
| int | timeRemaining |
| int | type |
|
|
Definition at line 42 of file BattleSprite.h. References type.
00042 { type = -1; }
|
|
||||||||||||||||
|
Definition at line 43 of file BattleSprite.h. References time, and timeRemaining.
00044 {
00045 this->pos = pos; this->timeRemaining = time; this->type = type;
00046 }
|
|
|
Definition at line 48 of file BattleSprite.h. |
|
|
Definition at line 49 of file BattleSprite.h. Referenced by BattleSprite(). |
|
|
Definition at line 50 of file BattleSprite.h. Referenced by BattleSprite(). |
1.3-rc2