|
Freeciv-3.1
|
#include <packets_gen.h>
Data Fields | |
| int | player_num |
| int | sship_state |
| int | structurals |
| int | components |
| int | modules |
| int | fuel |
| int | propulsion |
| int | habitation |
| int | life_support |
| int | solar_panels |
| int | launch_year |
| int | population |
| int | mass |
| bv_spaceship_structure | structure |
| float | support_rate |
| float | energy_rate |
| float | success_rate |
| float | travel_time |
Definition at line 952 of file packets_gen.h.
| int packet_spaceship_info::components |
Definition at line 956 of file packets_gen.h.
Referenced by handle_spaceship_info(), send_packet_spaceship_info_100(), and send_spaceship_info().
| float packet_spaceship_info::energy_rate |
Definition at line 968 of file packets_gen.h.
Referenced by handle_spaceship_info(), send_packet_spaceship_info_100(), and send_spaceship_info().
| int packet_spaceship_info::fuel |
Definition at line 958 of file packets_gen.h.
Referenced by handle_spaceship_info(), send_packet_spaceship_info_100(), and send_spaceship_info().
| int packet_spaceship_info::habitation |
Definition at line 960 of file packets_gen.h.
Referenced by handle_spaceship_info(), send_packet_spaceship_info_100(), and send_spaceship_info().
| int packet_spaceship_info::launch_year |
Definition at line 963 of file packets_gen.h.
Referenced by handle_spaceship_info(), send_packet_spaceship_info_100(), and send_spaceship_info().
| int packet_spaceship_info::life_support |
Definition at line 961 of file packets_gen.h.
Referenced by handle_spaceship_info(), send_packet_spaceship_info_100(), and send_spaceship_info().
| int packet_spaceship_info::mass |
Definition at line 965 of file packets_gen.h.
Referenced by handle_spaceship_info(), send_packet_spaceship_info_100(), and send_spaceship_info().
| int packet_spaceship_info::modules |
Definition at line 957 of file packets_gen.h.
Referenced by handle_spaceship_info(), send_packet_spaceship_info_100(), and send_spaceship_info().
| int packet_spaceship_info::player_num |
Definition at line 953 of file packets_gen.h.
Referenced by handle_spaceship_info(), receive_packet_spaceship_info_100(), send_packet_spaceship_info_100(), and send_spaceship_info().
| int packet_spaceship_info::population |
Definition at line 964 of file packets_gen.h.
Referenced by handle_spaceship_info(), send_packet_spaceship_info_100(), and send_spaceship_info().
| int packet_spaceship_info::propulsion |
Definition at line 959 of file packets_gen.h.
Referenced by handle_spaceship_info(), send_packet_spaceship_info_100(), and send_spaceship_info().
| int packet_spaceship_info::solar_panels |
Definition at line 962 of file packets_gen.h.
Referenced by handle_spaceship_info(), send_packet_spaceship_info_100(), and send_spaceship_info().
| int packet_spaceship_info::sship_state |
Definition at line 954 of file packets_gen.h.
Referenced by handle_spaceship_info(), send_packet_spaceship_info_100(), and send_spaceship_info().
| int packet_spaceship_info::structurals |
Definition at line 955 of file packets_gen.h.
Referenced by handle_spaceship_info(), send_packet_spaceship_info_100(), and send_spaceship_info().
| bv_spaceship_structure packet_spaceship_info::structure |
Definition at line 966 of file packets_gen.h.
Referenced by handle_spaceship_info(), send_packet_spaceship_info_100(), and send_spaceship_info().
| float packet_spaceship_info::success_rate |
Definition at line 969 of file packets_gen.h.
Referenced by handle_spaceship_info(), send_packet_spaceship_info_100(), and send_spaceship_info().
| float packet_spaceship_info::support_rate |
Definition at line 967 of file packets_gen.h.
Referenced by handle_spaceship_info(), send_packet_spaceship_info_100(), and send_spaceship_info().
| float packet_spaceship_info::travel_time |
Definition at line 970 of file packets_gen.h.
Referenced by handle_spaceship_info(), send_packet_spaceship_info_100(), and send_spaceship_info().