Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include <flightgroup.h>
Public Types | |
enum | { UNIT, VEHICLE, BUILDING } |
Public Attributes | |
Flightgroup * | fg |
int | terrain_nr |
enum CreateFlightgroup:: { ... } | unittype |
int | waves |
int | nr_ships |
float | rot [3] |
class easyDomNode * | domnode |
Definition at line 96 of file flightgroup.h.
anonymous enum |
class easyDomNode* CreateFlightgroup::domnode |
Definition at line 104 of file flightgroup.h.
Flightgroup* CreateFlightgroup::fg |
Definition at line 99 of file flightgroup.h.
Referenced by Mission::call_unit_launch(), Mission::DirectorShipDestroyed(), and UniverseUtil::launchJumppoint().
int CreateFlightgroup::nr_ships |
Definition at line 102 of file flightgroup.h.
Referenced by Mission::call_unit_launch(), Mission::DirectorShipDestroyed(), and UniverseUtil::launchJumppoint().
float CreateFlightgroup::rot[3] |
Definition at line 103 of file flightgroup.h.
Referenced by UniverseUtil::launchJumppoint().
int CreateFlightgroup::terrain_nr |
Definition at line 100 of file flightgroup.h.
Referenced by UniverseUtil::launchJumppoint().
enum { ... } CreateFlightgroup::unittype |
Referenced by Mission::DirectorShipDestroyed(), and UniverseUtil::launchJumppoint().
int CreateFlightgroup::waves |
Definition at line 102 of file flightgroup.h.
Referenced by Mission::DirectorShipDestroyed(), and UniverseUtil::launchJumppoint().