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

#include <packets_gen.h>

Data Fields

int id
 
char name [MAX_LEN_CITYNAME]
 
int owner
 
int original
 
int size
 
int history
 
int ppl_happy [5]
 
int ppl_content [5]
 
int ppl_unhappy [5]
 
int ppl_angry [5]
 
int specialists_size
 
int specialists [SP_MAX]
 
int food_stock
 
int shield_stock
 
bool airlift
 
bool debug
 
bool did_buy
 
bool did_sell
 
bool was_happy
 
bool had_famine
 
int anarchy
 
int rapture
 
int steal
 
int turn_founded
 
int turn_last_built
 
int built [B_LAST]
 
int production_kind
 
int production_value
 

Detailed Description

Definition at line 1754 of file packets_gen.h.

Field Documentation

◆ airlift

bool packet_edit_city::airlift

Definition at line 1769 of file packets_gen.h.

◆ anarchy

int packet_edit_city::anarchy

Definition at line 1775 of file packets_gen.h.

◆ built

int packet_edit_city::built[B_LAST]

◆ debug

bool packet_edit_city::debug

Definition at line 1770 of file packets_gen.h.

◆ did_buy

bool packet_edit_city::did_buy

Definition at line 1771 of file packets_gen.h.

◆ did_sell

bool packet_edit_city::did_sell

Definition at line 1772 of file packets_gen.h.

◆ food_stock

int packet_edit_city::food_stock

◆ had_famine

bool packet_edit_city::had_famine

Definition at line 1774 of file packets_gen.h.

◆ history

int packet_edit_city::history

◆ id

int packet_edit_city::id

Definition at line 1755 of file packets_gen.h.

Referenced by handle_edit_city(), and objbind_pack_current_values().

◆ name

char packet_edit_city::name[MAX_LEN_CITYNAME]

◆ original

int packet_edit_city::original

Definition at line 1758 of file packets_gen.h.

◆ owner

int packet_edit_city::owner

Definition at line 1757 of file packets_gen.h.

◆ ppl_angry

int packet_edit_city::ppl_angry[5]

Definition at line 1764 of file packets_gen.h.

◆ ppl_content

int packet_edit_city::ppl_content[5]

Definition at line 1762 of file packets_gen.h.

◆ ppl_happy

int packet_edit_city::ppl_happy[5]

Definition at line 1761 of file packets_gen.h.

◆ ppl_unhappy

int packet_edit_city::ppl_unhappy[5]

Definition at line 1763 of file packets_gen.h.

◆ production_kind

int packet_edit_city::production_kind

Definition at line 1781 of file packets_gen.h.

◆ production_value

int packet_edit_city::production_value

Definition at line 1782 of file packets_gen.h.

◆ rapture

int packet_edit_city::rapture

Definition at line 1776 of file packets_gen.h.

◆ shield_stock

int packet_edit_city::shield_stock

◆ size

int packet_edit_city::size

◆ specialists

int packet_edit_city::specialists[SP_MAX]

Definition at line 1766 of file packets_gen.h.

◆ specialists_size

int packet_edit_city::specialists_size

Definition at line 1765 of file packets_gen.h.

◆ steal

int packet_edit_city::steal

Definition at line 1777 of file packets_gen.h.

◆ turn_founded

int packet_edit_city::turn_founded

Definition at line 1778 of file packets_gen.h.

◆ turn_last_built

int packet_edit_city::turn_last_built

Definition at line 1779 of file packets_gen.h.

◆ was_happy

bool packet_edit_city::was_happy

Definition at line 1773 of file packets_gen.h.