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

#include <packets_gen.h>

Data Fields

int style_id
 
char name [MAX_LEN_NAME]
 
char rule_name [MAX_LEN_NAME]
 
char citizens_graphic [MAX_LEN_NAME]
 
int reqs_count
 
struct requirement reqs [MAX_NUM_REQS]
 
char graphic [MAX_LEN_NAME]
 
char graphic_alt [MAX_LEN_NAME]
 

Detailed Description

Definition at line 1169 of file packets_gen.h.

Field Documentation

◆ citizens_graphic

char packet_ruleset_city::citizens_graphic[MAX_LEN_NAME]

Definition at line 1173 of file packets_gen.h.

Referenced by handle_ruleset_city(), and send_packet_ruleset_city_100().

◆ graphic

char packet_ruleset_city::graphic[MAX_LEN_NAME]

Definition at line 1176 of file packets_gen.h.

Referenced by handle_ruleset_city(), and send_packet_ruleset_city_100().

◆ graphic_alt

char packet_ruleset_city::graphic_alt[MAX_LEN_NAME]

Definition at line 1177 of file packets_gen.h.

Referenced by handle_ruleset_city(), and send_packet_ruleset_city_100().

◆ name

char packet_ruleset_city::name[MAX_LEN_NAME]

Definition at line 1171 of file packets_gen.h.

Referenced by handle_ruleset_city(), and send_packet_ruleset_city_100().

◆ reqs

struct requirement packet_ruleset_city::reqs[MAX_NUM_REQS]

Definition at line 1175 of file packets_gen.h.

Referenced by handle_ruleset_city(), and send_packet_ruleset_city_100().

◆ reqs_count

int packet_ruleset_city::reqs_count

Definition at line 1174 of file packets_gen.h.

Referenced by handle_ruleset_city(), and send_packet_ruleset_city_100().

◆ rule_name

char packet_ruleset_city::rule_name[MAX_LEN_NAME]

Definition at line 1172 of file packets_gen.h.

Referenced by handle_ruleset_city(), and send_packet_ruleset_city_100().

◆ style_id

int packet_ruleset_city::style_id