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 1867 of file packets_gen.h.

Field Documentation

◆ can_build_improvement

bv_imprs packet_web_city_info_addition::can_build_improvement

Definition at line 1874 of file packets_gen.h.

◆ can_build_unit

bv_utypes packet_web_city_info_addition::can_build_unit

Definition at line 1873 of file packets_gen.h.

◆ cm_parameter

struct cm_parameter packet_web_city_info_addition::cm_parameter

Definition at line 1870 of file packets_gen.h.

◆ cma_enabled

bool packet_web_city_info_addition::cma_enabled

Definition at line 1869 of file packets_gen.h.

◆ granary_size

int packet_web_city_info_addition::granary_size

Definition at line 1871 of file packets_gen.h.

◆ granary_turns

int packet_web_city_info_addition::granary_turns

Definition at line 1872 of file packets_gen.h.

◆ id

int packet_web_city_info_addition::id

Definition at line 1868 of file packets_gen.h.

◆ output_food

int packet_web_city_info_addition::output_food[MAX_CITY_TILES+1]

Definition at line 1875 of file packets_gen.h.

◆ output_shield

int packet_web_city_info_addition::output_shield[MAX_CITY_TILES+1]

Definition at line 1876 of file packets_gen.h.

◆ output_trade

int packet_web_city_info_addition::output_trade[MAX_CITY_TILES+1]

Definition at line 1877 of file packets_gen.h.