Freeciv-3.3
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 1116 of file packets_gen.h.

Field Documentation

◆ descriptions

char packet_ruleset_nation_sets::descriptions[MAX_NUM_NATION_SETS][MAX_LEN_MSG]

Definition at line 1120 of file packets_gen.h.

Referenced by handle_ruleset_nation_sets().

◆ names

char packet_ruleset_nation_sets::names[MAX_NUM_NATION_SETS][MAX_LEN_NAME]

Definition at line 1118 of file packets_gen.h.

Referenced by handle_ruleset_nation_sets().

◆ nsets

int packet_ruleset_nation_sets::nsets

Definition at line 1117 of file packets_gen.h.

Referenced by handle_ruleset_nation_sets().

◆ rule_names

char packet_ruleset_nation_sets::rule_names[MAX_NUM_NATION_SETS][MAX_LEN_NAME]

Definition at line 1119 of file packets_gen.h.

Referenced by handle_ruleset_nation_sets().