Galactic Bloodshed
Public Attributes | List of all members
star Struct Reference

#include <vars.h>

Collaboration diagram for star:

Public Attributes

unsigned short ships
 
char name [NAMESIZE]
 
governor_t governor [MAXPLAYERS]
 
unsigned int AP [MAXPLAYERS]
 
unsigned long explored [2]
 
unsigned long inhabited [2]
 
double xpos
 
double ypos
 
unsigned char numplanets
 
char pnames [MAXPLANETS][NAMESIZE]
 
unsigned long planetpos [MAXPLANETS]
 
unsigned char stability
 
unsigned char nova_stage
 
unsigned char temperature
 
double gravity
 
starnum_t star_id
 
long dummy [1]
 

Detailed Description

Definition at line 232 of file vars.h.

Member Data Documentation

◆ AP

unsigned int star::AP[MAXPLAYERS]

Definition at line 236 of file vars.h.

◆ dummy

long star::dummy[1]

Definition at line 251 of file vars.h.

◆ explored

unsigned long star::explored[2]

Definition at line 237 of file vars.h.

◆ governor

governor_t star::governor[MAXPLAYERS]

Definition at line 235 of file vars.h.

◆ gravity

double star::gravity

Definition at line 248 of file vars.h.

◆ inhabited

unsigned long star::inhabited[2]

Definition at line 238 of file vars.h.

◆ name

char star::name[NAMESIZE]

Definition at line 234 of file vars.h.

◆ nova_stage

unsigned char star::nova_stage

Definition at line 246 of file vars.h.

◆ numplanets

unsigned char star::numplanets

Definition at line 241 of file vars.h.

◆ planetpos

unsigned long star::planetpos[MAXPLANETS]

Definition at line 243 of file vars.h.

◆ pnames

char star::pnames[MAXPLANETS][NAMESIZE]

Definition at line 242 of file vars.h.

◆ ships

unsigned short star::ships

Definition at line 233 of file vars.h.

◆ stability

unsigned char star::stability

Definition at line 245 of file vars.h.

◆ star_id

starnum_t star::star_id

Definition at line 250 of file vars.h.

◆ temperature

unsigned char star::temperature

Definition at line 247 of file vars.h.

◆ xpos

double star::xpos

Definition at line 239 of file vars.h.

◆ ypos

double star::ypos

Definition at line 239 of file vars.h.


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