Starshatter_Open
Open source Starshatter engine
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ThrusterPort Struct Reference

#include <Thruster.h>

List of all members.

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
Graphicflare
Graphictrail

Detailed Description

Definition at line 28 of file Thruster.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

static const char* ThrusterPort::TYPENAME ( )
inlinestatic

Definition at line 29 of file Thruster.h.


Member Data Documentation

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.


The documentation for this struct was generated from the following files: