Starshatter_Open
Open source Starshatter engine
|
#include <ShipDesign.h>
Public Member Functions | |
ShipExplosion () |
Static Public Member Functions | |
static const char * | TYPENAME () |
Public Attributes | |
int | type |
float | time |
Vec3 | loc |
bool | final |
Definition at line 73 of file ShipDesign.h.
|
inline |
Definition at line 78 of file ShipDesign.h.
|
inlinestatic |
Definition at line 76 of file ShipDesign.h.
bool ShipExplosion::final |
Definition at line 83 of file ShipDesign.h.
Vec3 ShipExplosion::loc |
Definition at line 82 of file ShipDesign.h.
float ShipExplosion::time |
Definition at line 81 of file ShipDesign.h.
int ShipExplosion::type |
Definition at line 80 of file ShipDesign.h.