From 8898ad9b25fca6afe2374d293a981db02a83d7e9 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 31 May 2012 14:46:27 +0000 Subject: Committing the documentation to svn to have it accessible online --- Doc/doxygen/html/class_ship_explosion.html | 258 +++++++++++++++++++++++++++++ 1 file changed, 258 insertions(+) create mode 100644 Doc/doxygen/html/class_ship_explosion.html (limited to 'Doc/doxygen/html/class_ship_explosion.html') diff --git a/Doc/doxygen/html/class_ship_explosion.html b/Doc/doxygen/html/class_ship_explosion.html new file mode 100644 index 0000000..e9324db --- /dev/null +++ b/Doc/doxygen/html/class_ship_explosion.html @@ -0,0 +1,258 @@ + + + + + +Starshatter_Open: ShipExplosion Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
ShipExplosion Class Reference
+
+
+ +

#include <ShipDesign.h>

+ +

List of all members.

+ + + +

+Public Member Functions

 ShipExplosion ()
+ + +

+Static Public Member Functions

static const char * TYPENAME ()
+ + + + + +

+Public Attributes

int type
float time
Vec3 loc
bool final
+

Detailed Description

+
+

Definition at line 73 of file ShipDesign.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + +
+ + + + + + + +
ShipExplosion::ShipExplosion ()
+
+inline
+
+ +

Definition at line 78 of file ShipDesign.h.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + +
static const char* ShipExplosion::TYPENAME ()
+
+inlinestatic
+
+ +

Definition at line 76 of file ShipDesign.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
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.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.1