Freeciv-3.3
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]
 
struct requirement_vector 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().

◆ graphic

char packet_ruleset_city::graphic[MAX_LEN_NAME]

Definition at line 1175 of file packets_gen.h.

Referenced by handle_ruleset_city().

◆ graphic_alt

char packet_ruleset_city::graphic_alt[MAX_LEN_NAME]

Definition at line 1176 of file packets_gen.h.

Referenced by handle_ruleset_city().

◆ name

char packet_ruleset_city::name[MAX_LEN_NAME]

Definition at line 1171 of file packets_gen.h.

Referenced by handle_ruleset_city().

◆ reqs

struct requirement_vector packet_ruleset_city::reqs

◆ 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().

◆ style_id

int packet_ruleset_city::style_id

Definition at line 1170 of file packets_gen.h.

Referenced by handle_ruleset_city(), and send_ruleset_cities().