|
Galactic Bloodshed
|
#include <racegen.h>
Public Attributes | |
| char | address [64] |
| char | filename [64] |
| char | name [64] |
| char | password [64] |
| char | rejection [256] |
| char | status |
| double | attr [N_ATTRIBUTES] |
| int | race_type |
| int | priv_type |
| int | home_planet_type |
| int | n_sector_types |
| double | compat [N_SECTOR_TYPES] |
| char x::address[64] |
Definition at line 176 of file racegen.h.
Referenced by critique_to_file(), enroll(), enroll_player_race(), initialize(), load_from_file(), modify(), print_to_file(), process(), and send2().
| double x::attr[N_ATTRIBUTES] |
Definition at line 183 of file racegen.h.
Referenced by cost_of_race(), critique_to_file(), fix_up_iq(), initialize(), load_from_file(), modify(), and print_to_file().
| double x::compat[N_SECTOR_TYPES] |
Definition at line 188 of file racegen.h.
Referenced by cost_of_race(), critique_to_file(), initialize(), load_from_file(), modify(), and print_to_file().
| char x::filename[64] |
| int x::home_planet_type |
Definition at line 186 of file racegen.h.
Referenced by cost_of_race(), critique_to_file(), initialize(), load_from_file(), modify(), and print_to_file().
| int x::n_sector_types |
Definition at line 187 of file racegen.h.
Referenced by cost_of_race(), critique_to_file(), initialize(), and print_to_file().
| char x::name[64] |
Definition at line 178 of file racegen.h.
Referenced by enroll(), enroll_player_race(), initialize(), load_from_file(), modify(), print_to_file(), and process().
| char x::password[64] |
Definition at line 179 of file racegen.h.
Referenced by critique_to_file(), initialize(), load_from_file(), modify(), print_to_file(), and send2().
| int x::priv_type |
Definition at line 185 of file racegen.h.
Referenced by critique_to_file(), initialize(), load_from_file(), and print_to_file().
| int x::race_type |
Definition at line 184 of file racegen.h.
Referenced by cost_of_race(), critique_to_file(), initialize(), load_from_file(), modify(), and print_to_file().
| char x::rejection[256] |
Definition at line 180 of file racegen.h.
Referenced by critique_modification(), and critique_to_file().
| char x::status |
Definition at line 181 of file racegen.h.
Referenced by critique_modification(), critique_to_file(), enroll_player_race(), and load_from_file().
1.8.13