|
Freeciv-3.1
|
#include <packets_gen.h>
Data Fields | |
| int | nsets |
| char | names [MAX_NUM_NATION_SETS][MAX_LEN_NAME] |
| char | rule_names [MAX_NUM_NATION_SETS][MAX_LEN_NAME] |
| char | descriptions [MAX_NUM_NATION_SETS][MAX_LEN_MSG] |
Definition at line 1140 of file packets_gen.h.
| char packet_ruleset_nation_sets::descriptions[MAX_NUM_NATION_SETS][MAX_LEN_MSG] |
Definition at line 1144 of file packets_gen.h.
Referenced by handle_ruleset_nation_sets(), send_packet_ruleset_nation_sets_100(), and send_ruleset_nations().
| char packet_ruleset_nation_sets::names[MAX_NUM_NATION_SETS][MAX_LEN_NAME] |
Definition at line 1142 of file packets_gen.h.
Referenced by handle_ruleset_nation_sets(), send_packet_ruleset_nation_sets_100(), and send_ruleset_nations().
| int packet_ruleset_nation_sets::nsets |
Definition at line 1141 of file packets_gen.h.
Referenced by handle_ruleset_nation_sets(), send_packet_ruleset_nation_sets_100(), and send_ruleset_nations().
| char packet_ruleset_nation_sets::rule_names[MAX_NUM_NATION_SETS][MAX_LEN_NAME] |
Definition at line 1143 of file packets_gen.h.
Referenced by handle_ruleset_nation_sets(), send_packet_ruleset_nation_sets_100(), and send_ruleset_nations().