Freeciv-3.2
Loading...
Searching...
No Matches
Data Fields
packet_spaceship_info Struct Reference

#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
 

Detailed Description

Definition at line 925 of file packets_gen.h.

Field Documentation

◆ components

int packet_spaceship_info::components

◆ energy_rate

float packet_spaceship_info::energy_rate

◆ fuel

int packet_spaceship_info::fuel

◆ habitation

int packet_spaceship_info::habitation

◆ launch_year

int packet_spaceship_info::launch_year

◆ life_support

int packet_spaceship_info::life_support

◆ mass

int packet_spaceship_info::mass

◆ modules

int packet_spaceship_info::modules

◆ player_num

int packet_spaceship_info::player_num

◆ population

int packet_spaceship_info::population

◆ propulsion

int packet_spaceship_info::propulsion

◆ solar_panels

int packet_spaceship_info::solar_panels

◆ sship_state

int packet_spaceship_info::sship_state

◆ structurals

int packet_spaceship_info::structurals

◆ structure

bv_spaceship_structure packet_spaceship_info::structure

◆ success_rate

float packet_spaceship_info::success_rate

◆ support_rate

float packet_spaceship_info::support_rate

◆ travel_time

float packet_spaceship_info::travel_time