Freeciv-3.3
|
#include <packets_gen.h>
Data Fields | |
int | id |
int | tile |
int | owner |
int | original |
int | size |
int | style |
enum capital_type | capital |
bool | occupied |
int | walls |
bool | happy |
bool | unhappy |
int | city_image |
bv_imprs | improvements |
char | name [MAX_LEN_CITYNAME] |
Definition at line 400 of file packets_gen.h.
enum capital_type packet_city_short_info::capital |
Definition at line 407 of file packets_gen.h.
Referenced by handle_city_short_info(), and package_dumb_city().
int packet_city_short_info::city_image |
Definition at line 412 of file packets_gen.h.
Referenced by handle_city_short_info(), and package_dumb_city().
bool packet_city_short_info::happy |
Definition at line 410 of file packets_gen.h.
Referenced by handle_city_short_info(), and package_dumb_city().
int packet_city_short_info::id |
Definition at line 401 of file packets_gen.h.
Referenced by handle_city_short_info(), and package_dumb_city().
bv_imprs packet_city_short_info::improvements |
Definition at line 413 of file packets_gen.h.
Referenced by handle_city_short_info(), and package_dumb_city().
char packet_city_short_info::name[MAX_LEN_CITYNAME] |
Definition at line 414 of file packets_gen.h.
Referenced by handle_city_short_info(), and package_dumb_city().
bool packet_city_short_info::occupied |
Definition at line 408 of file packets_gen.h.
Referenced by handle_city_short_info(), and package_dumb_city().
int packet_city_short_info::original |
Definition at line 404 of file packets_gen.h.
Referenced by handle_city_short_info(), and package_dumb_city().
int packet_city_short_info::owner |
Definition at line 403 of file packets_gen.h.
Referenced by handle_city_short_info(), and package_dumb_city().
int packet_city_short_info::size |
Definition at line 405 of file packets_gen.h.
Referenced by handle_city_short_info(), and package_dumb_city().
int packet_city_short_info::style |
Definition at line 406 of file packets_gen.h.
Referenced by handle_city_short_info(), and package_dumb_city().
int packet_city_short_info::tile |
Definition at line 402 of file packets_gen.h.
Referenced by handle_city_short_info(), and package_dumb_city().
bool packet_city_short_info::unhappy |
Definition at line 411 of file packets_gen.h.
Referenced by handle_city_short_info(), and package_dumb_city().
int packet_city_short_info::walls |
Definition at line 409 of file packets_gen.h.
Referenced by handle_city_short_info(), and package_dumb_city().