|
Galactic Bloodshed
|
#include <vars.h>
Public Member Functions | |
| Planet ()=default | |
| Planet (Planet &)=delete | |
| Planet & | operator= (const Planet &)=delete |
| Planet (Planet &&)=default | |
| Planet & | operator= (Planet &&)=default |
Public Attributes | |
| double | xpos |
| double | ypos |
| shipnum_t | ships |
| unsigned char | Maxx |
| unsigned char | Maxy |
| struct plinfo | info [MAXPLAYERS] |
| int | conditions [TOXIC+1] |
| population_t | popn |
| population_t | troops |
| population_t | maxpopn |
| resource_t | total_resources |
| player_t | slaved_to |
| PlanetType | type |
| unsigned char | expltimer |
| unsigned char | explored |
| planetnum_t | planet_id |
|
default |
|
delete |
|
default |
| struct plinfo Planet::info[MAXPLAYERS] |
| population_t Planet::maxpopn |
| planetnum_t Planet::planet_id |
| population_t Planet::popn |
| resource_t Planet::total_resources |
| population_t Planet::troops |
| PlanetType Planet::type |
1.8.13