Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
StarSystemGent::PlanetInfo Struct Reference

Public Member Functions

 PlanetInfo ()
 

Public Attributes

string name
 
string unitname
 
string technique
 
unsigned int num
 
unsigned int moonlevel
 
unsigned int numstarbases
 
unsigned int numjumps
 

Detailed Description

Definition at line 286 of file galaxy_gen.cpp.

Constructor & Destructor Documentation

StarSystemGent::PlanetInfo::PlanetInfo ( )
inline

Definition at line 295 of file galaxy_gen.cpp.

295  :
296  num( 0 )
297  , moonlevel( 0 )
298  , numstarbases( 0 )
299  , numjumps( 0 ) {}

Member Data Documentation

unsigned int StarSystemGent::PlanetInfo::moonlevel

Definition at line 292 of file galaxy_gen.cpp.

string StarSystemGent::PlanetInfo::name

Definition at line 288 of file galaxy_gen.cpp.

Referenced by StarSystemGent::MakeMoons().

unsigned int StarSystemGent::PlanetInfo::num

Definition at line 291 of file galaxy_gen.cpp.

Referenced by StarSystemGent::MakeMoons().

unsigned int StarSystemGent::PlanetInfo::numjumps

Definition at line 294 of file galaxy_gen.cpp.

Referenced by StarSystemGent::MakeMoons().

unsigned int StarSystemGent::PlanetInfo::numstarbases

Definition at line 293 of file galaxy_gen.cpp.

Referenced by StarSystemGent::MakeMoons().

string StarSystemGent::PlanetInfo::technique

Definition at line 290 of file galaxy_gen.cpp.

Referenced by StarSystemGent::MakeMoons().

string StarSystemGent::PlanetInfo::unitname

Definition at line 289 of file galaxy_gen.cpp.

Referenced by StarSystemGent::MakeMoons().


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