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

#include <packets_gen.h>

Data Fields

int id
 
int tile
 
int owner
 
int original
 
int size
 
int city_radius_sq
 
int style
 
enum capital_type capital
 
int ppl_happy [FEELING_LAST]
 
int ppl_content [FEELING_LAST]
 
int ppl_unhappy [FEELING_LAST]
 
int ppl_angry [FEELING_LAST]
 
int specialists_size
 
int specialists [SP_MAX]
 
int history
 
int culture
 
int buy_cost
 
int surplus [O_LAST]
 
int waste [O_LAST]
 
int unhappy_penalty [O_LAST]
 
int prod [O_LAST]
 
int citizen_base [O_LAST]
 
int usage [O_LAST]
 
int food_stock
 
int shield_stock
 
int trade_route_count
 
int pollution
 
int illness_trade
 
int production_kind
 
int production_value
 
int turn_founded
 
int turn_last_built
 
int changed_from_kind
 
int changed_from_value
 
int before_change_shields
 
int disbanded_shields
 
int caravan_shields
 
int last_turns_shield_surplus
 
int airlift
 
bool did_buy
 
bool did_sell
 
bool was_happy
 
bool had_famine
 
int anarchy
 
int rapture
 
bool diplomat_investigate
 
int walls
 
int city_image
 
int steal
 
struct worklist worklist
 
bv_imprs improvements
 
bv_city_options city_options
 
enum city_wl_cancel_behavior wl_cb
 
enum city_acquire_type acquire_type
 
char name [MAX_LEN_CITYNAME]
 

Detailed Description

Definition at line 327 of file packets_gen.h.

Field Documentation

◆ acquire_type

enum city_acquire_type packet_city_info::acquire_type

◆ airlift

int packet_city_info::airlift

◆ anarchy

int packet_city_info::anarchy

Definition at line 371 of file packets_gen.h.

Referenced by handle_city_info(), package_city(), and send_packet_city_info_101().

◆ before_change_shields

int packet_city_info::before_change_shields

◆ buy_cost

int packet_city_info::buy_cost

◆ capital

enum capital_type packet_city_info::capital

◆ caravan_shields

int packet_city_info::caravan_shields

◆ changed_from_kind

int packet_city_info::changed_from_kind

◆ changed_from_value

int packet_city_info::changed_from_value

◆ citizen_base

int packet_city_info::citizen_base[O_LAST]

◆ city_image

int packet_city_info::city_image

◆ city_options

bv_city_options packet_city_info::city_options

◆ city_radius_sq

int packet_city_info::city_radius_sq

◆ culture

int packet_city_info::culture

◆ did_buy

bool packet_city_info::did_buy

◆ did_sell

bool packet_city_info::did_sell

◆ diplomat_investigate

bool packet_city_info::diplomat_investigate

◆ disbanded_shields

int packet_city_info::disbanded_shields

◆ food_stock

int packet_city_info::food_stock

◆ had_famine

bool packet_city_info::had_famine

◆ history

int packet_city_info::history

◆ id

int packet_city_info::id

◆ illness_trade

int packet_city_info::illness_trade

◆ improvements

bv_imprs packet_city_info::improvements

◆ last_turns_shield_surplus

int packet_city_info::last_turns_shield_surplus

◆ name

char packet_city_info::name[MAX_LEN_CITYNAME]

◆ original

int packet_city_info::original

◆ owner

int packet_city_info::owner

◆ pollution

int packet_city_info::pollution

◆ ppl_angry

int packet_city_info::ppl_angry[FEELING_LAST]

◆ ppl_content

int packet_city_info::ppl_content[FEELING_LAST]

◆ ppl_happy

int packet_city_info::ppl_happy[FEELING_LAST]

◆ ppl_unhappy

int packet_city_info::ppl_unhappy[FEELING_LAST]

◆ prod

int packet_city_info::prod[O_LAST]

◆ production_kind

int packet_city_info::production_kind

◆ production_value

int packet_city_info::production_value

◆ rapture

int packet_city_info::rapture

Definition at line 372 of file packets_gen.h.

Referenced by handle_city_info(), package_city(), and send_packet_city_info_101().

◆ shield_stock

int packet_city_info::shield_stock

◆ size

int packet_city_info::size

◆ specialists

int packet_city_info::specialists[SP_MAX]

◆ specialists_size

int packet_city_info::specialists_size

◆ steal

int packet_city_info::steal

◆ style

int packet_city_info::style

◆ surplus

int packet_city_info::surplus[O_LAST]

◆ tile

int packet_city_info::tile

◆ trade_route_count

int packet_city_info::trade_route_count

◆ turn_founded

int packet_city_info::turn_founded

◆ turn_last_built

int packet_city_info::turn_last_built

◆ unhappy_penalty

int packet_city_info::unhappy_penalty[O_LAST]

◆ usage

int packet_city_info::usage[O_LAST]

◆ walls

int packet_city_info::walls

◆ was_happy

bool packet_city_info::was_happy

◆ waste

int packet_city_info::waste[O_LAST]

◆ wl_cb

enum city_wl_cancel_behavior packet_city_info::wl_cb

◆ worklist

struct worklist packet_city_info::worklist