Freeciv-3.3
Loading...
Searching...
No Matches
Data Fields
packet_web_city_info_addition Struct Reference

#include <packets_gen.h>

Data Fields

int id
 
bool cma_enabled
 
struct cm_parameter cm_parameter
 
int granary_size
 
int granary_turns
 
bv_utypes can_build_unit
 
bv_imprs can_build_improvement
 
int output_food [MAX_CITY_TILES+1]
 
int output_shield [MAX_CITY_TILES+1]
 
int output_trade [MAX_CITY_TILES+1]
 

Detailed Description

Definition at line 1852 of file packets_gen.h.

Field Documentation

◆ can_build_improvement

bv_imprs packet_web_city_info_addition::can_build_improvement

Definition at line 1859 of file packets_gen.h.

◆ can_build_unit

bv_utypes packet_web_city_info_addition::can_build_unit

Definition at line 1858 of file packets_gen.h.

◆ cm_parameter

struct cm_parameter packet_web_city_info_addition::cm_parameter

Definition at line 1855 of file packets_gen.h.

◆ cma_enabled

bool packet_web_city_info_addition::cma_enabled

Definition at line 1854 of file packets_gen.h.

◆ granary_size

int packet_web_city_info_addition::granary_size

Definition at line 1856 of file packets_gen.h.

◆ granary_turns

int packet_web_city_info_addition::granary_turns

Definition at line 1857 of file packets_gen.h.

◆ id

int packet_web_city_info_addition::id

Definition at line 1853 of file packets_gen.h.

◆ output_food

int packet_web_city_info_addition::output_food[MAX_CITY_TILES+1]

Definition at line 1860 of file packets_gen.h.

◆ output_shield

int packet_web_city_info_addition::output_shield[MAX_CITY_TILES+1]

Definition at line 1861 of file packets_gen.h.

◆ output_trade

int packet_web_city_info_addition::output_trade[MAX_CITY_TILES+1]

Definition at line 1862 of file packets_gen.h.