Freeciv-3.4
Loading...
Searching...
No Matches
Data Fields
packet_ruleset_nation_sets Struct Reference

#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]
 

Detailed Description

Definition at line 1126 of file packets_gen.h.

Field Documentation

◆ descriptions

char packet_ruleset_nation_sets::descriptions

Definition at line 1130 of file packets_gen.h.

Referenced by handle_ruleset_nation_sets().

◆ names

char packet_ruleset_nation_sets::names

Definition at line 1128 of file packets_gen.h.

Referenced by handle_ruleset_nation_sets().

◆ nsets

int packet_ruleset_nation_sets::nsets

Definition at line 1127 of file packets_gen.h.

Referenced by handle_ruleset_nation_sets().

◆ rule_names

char packet_ruleset_nation_sets::rule_names

Definition at line 1129 of file packets_gen.h.

Referenced by handle_ruleset_nation_sets().