Freeciv-3.2
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 1882 of file packets_gen.h.

Field Documentation

◆ can_build_improvement

bv_imprs packet_web_city_info_addition::can_build_improvement

Definition at line 1889 of file packets_gen.h.

Referenced by send_packet_web_city_info_addition_100().

◆ can_build_unit

bv_utypes packet_web_city_info_addition::can_build_unit

Definition at line 1888 of file packets_gen.h.

Referenced by send_packet_web_city_info_addition_100().

◆ cm_parameter

struct cm_parameter packet_web_city_info_addition::cm_parameter

Definition at line 1885 of file packets_gen.h.

Referenced by send_packet_web_city_info_addition_100().

◆ cma_enabled

bool packet_web_city_info_addition::cma_enabled

Definition at line 1884 of file packets_gen.h.

Referenced by send_packet_web_city_info_addition_100().

◆ granary_size

int packet_web_city_info_addition::granary_size

Definition at line 1886 of file packets_gen.h.

Referenced by send_packet_web_city_info_addition_100().

◆ granary_turns

int packet_web_city_info_addition::granary_turns

Definition at line 1887 of file packets_gen.h.

Referenced by send_packet_web_city_info_addition_100().

◆ id

int packet_web_city_info_addition::id

Definition at line 1883 of file packets_gen.h.

Referenced by receive_packet_web_city_info_addition_100().

◆ output_food

int packet_web_city_info_addition::output_food[MAX_CITY_TILES+1]

Definition at line 1890 of file packets_gen.h.

Referenced by send_packet_web_city_info_addition_100().

◆ output_shield

int packet_web_city_info_addition::output_shield[MAX_CITY_TILES+1]

Definition at line 1891 of file packets_gen.h.

Referenced by send_packet_web_city_info_addition_100().

◆ output_trade

int packet_web_city_info_addition::output_trade[MAX_CITY_TILES+1]

Definition at line 1892 of file packets_gen.h.

Referenced by send_packet_web_city_info_addition_100().