Starshatter_Open
Open source Starshatter engine
|
#include <Thruster.h>
Public Member Functions | |
ThrusterPort (int t, const Point &l, DWORD f, float s) | |
~ThrusterPort () |
Static Public Member Functions | |
static const char * | TYPENAME () |
Public Attributes | |
int | type |
DWORD | fire |
float | burn |
float | scale |
Point | loc |
Graphic * | flare |
Graphic * | trail |
Definition at line 28 of file Thruster.h.
ThrusterPort::ThrusterPort | ( | int | t, |
const Point & | l, | ||
DWORD | f, | ||
float | s | ||
) |
Definition at line 48 of file Thruster.cpp.
ThrusterPort::~ThrusterPort | ( | ) |
Definition at line 52 of file Thruster.cpp.
|
inlinestatic |
Definition at line 29 of file Thruster.h.
float ThrusterPort::burn |
Definition at line 36 of file Thruster.h.
DWORD ThrusterPort::fire |
Definition at line 35 of file Thruster.h.
Graphic* ThrusterPort::flare |
Definition at line 39 of file Thruster.h.
Point ThrusterPort::loc |
Definition at line 38 of file Thruster.h.
float ThrusterPort::scale |
Definition at line 37 of file Thruster.h.
Graphic* ThrusterPort::trail |
Definition at line 40 of file Thruster.h.
int ThrusterPort::type |
Definition at line 34 of file Thruster.h.