|
Freeciv-3.1
|
#include <packets_gen.h>
Data Fields | |
| Nation_type_id | id |
| char | translation_domain [MAX_LEN_NAME] |
| char | adjective [MAX_LEN_NAME] |
| char | rule_name [MAX_LEN_NAME] |
| char | noun_plural [MAX_LEN_NAME] |
| char | graphic_str [MAX_LEN_NAME] |
| char | graphic_alt [MAX_LEN_NAME] |
| char | legend [MAX_LEN_MSG] |
| int | style |
| int | leader_count |
| char | leader_name [MAX_NUM_LEADERS][MAX_LEN_NAME] |
| bool | leader_is_male [MAX_NUM_LEADERS] |
| bool | is_playable |
| enum barbarian_type | barbarian_type |
| int | nsets |
| int | sets [MAX_NUM_NATION_SETS] |
| int | ngroups |
| int | groups [MAX_NUM_NATION_GROUPS] |
| Government_type_id | init_government_id |
| int | init_techs_count |
| int | init_techs [MAX_NUM_TECH_LIST] |
| int | init_units_count |
| Unit_type_id | init_units [MAX_NUM_UNIT_LIST] |
| int | init_buildings_count |
| Impr_type_id | init_buildings [MAX_NUM_BUILDING_LIST] |
Definition at line 1153 of file packets_gen.h.
| char packet_ruleset_nation::adjective[MAX_LEN_NAME] |
Definition at line 1156 of file packets_gen.h.
Referenced by handle_ruleset_nation(), send_packet_ruleset_nation_100(), and send_ruleset_nations().
| enum barbarian_type packet_ruleset_nation::barbarian_type |
Definition at line 1167 of file packets_gen.h.
Referenced by handle_ruleset_nation(), send_packet_ruleset_nation_100(), and send_ruleset_nations().
| char packet_ruleset_nation::graphic_alt[MAX_LEN_NAME] |
Definition at line 1160 of file packets_gen.h.
Referenced by handle_ruleset_nation(), send_packet_ruleset_nation_100(), and send_ruleset_nations().
| char packet_ruleset_nation::graphic_str[MAX_LEN_NAME] |
Definition at line 1159 of file packets_gen.h.
Referenced by handle_ruleset_nation(), send_packet_ruleset_nation_100(), and send_ruleset_nations().
| int packet_ruleset_nation::groups[MAX_NUM_NATION_GROUPS] |
Definition at line 1171 of file packets_gen.h.
Referenced by handle_ruleset_nation(), send_packet_ruleset_nation_100(), and send_ruleset_nations().
| Nation_type_id packet_ruleset_nation::id |
Definition at line 1154 of file packets_gen.h.
Referenced by handle_ruleset_nation(), receive_packet_ruleset_nation_100(), send_packet_ruleset_nation_100(), and send_ruleset_nations().
| Impr_type_id packet_ruleset_nation::init_buildings[MAX_NUM_BUILDING_LIST] |
Definition at line 1178 of file packets_gen.h.
Referenced by handle_ruleset_nation(), send_packet_ruleset_nation_100(), and send_ruleset_nations().
| int packet_ruleset_nation::init_buildings_count |
Definition at line 1177 of file packets_gen.h.
Referenced by send_packet_ruleset_nation_100(), and send_ruleset_nations().
| Government_type_id packet_ruleset_nation::init_government_id |
Definition at line 1172 of file packets_gen.h.
Referenced by handle_ruleset_nation(), send_packet_ruleset_nation_100(), and send_ruleset_nations().
| int packet_ruleset_nation::init_techs[MAX_NUM_TECH_LIST] |
Definition at line 1174 of file packets_gen.h.
Referenced by handle_ruleset_nation(), send_packet_ruleset_nation_100(), and send_ruleset_nations().
| int packet_ruleset_nation::init_techs_count |
Definition at line 1173 of file packets_gen.h.
Referenced by send_packet_ruleset_nation_100(), and send_ruleset_nations().
| Unit_type_id packet_ruleset_nation::init_units[MAX_NUM_UNIT_LIST] |
Definition at line 1176 of file packets_gen.h.
Referenced by handle_ruleset_nation(), send_packet_ruleset_nation_100(), and send_ruleset_nations().
| int packet_ruleset_nation::init_units_count |
Definition at line 1175 of file packets_gen.h.
Referenced by send_packet_ruleset_nation_100(), and send_ruleset_nations().
| bool packet_ruleset_nation::is_playable |
Definition at line 1166 of file packets_gen.h.
Referenced by handle_ruleset_nation(), send_packet_ruleset_nation_100(), and send_ruleset_nations().
| int packet_ruleset_nation::leader_count |
Definition at line 1163 of file packets_gen.h.
Referenced by handle_ruleset_nation(), send_packet_ruleset_nation_100(), and send_ruleset_nations().
| bool packet_ruleset_nation::leader_is_male[MAX_NUM_LEADERS] |
Definition at line 1165 of file packets_gen.h.
Referenced by handle_ruleset_nation(), send_packet_ruleset_nation_100(), and send_ruleset_nations().
| char packet_ruleset_nation::leader_name[MAX_NUM_LEADERS][MAX_LEN_NAME] |
Definition at line 1164 of file packets_gen.h.
Referenced by handle_ruleset_nation(), send_packet_ruleset_nation_100(), and send_ruleset_nations().
| char packet_ruleset_nation::legend[MAX_LEN_MSG] |
Definition at line 1161 of file packets_gen.h.
Referenced by handle_ruleset_nation(), send_packet_ruleset_nation_100(), and send_ruleset_nations().
| int packet_ruleset_nation::ngroups |
Definition at line 1170 of file packets_gen.h.
Referenced by handle_ruleset_nation(), send_packet_ruleset_nation_100(), and send_ruleset_nations().
| char packet_ruleset_nation::noun_plural[MAX_LEN_NAME] |
Definition at line 1158 of file packets_gen.h.
Referenced by handle_ruleset_nation(), send_packet_ruleset_nation_100(), and send_ruleset_nations().
| int packet_ruleset_nation::nsets |
Definition at line 1168 of file packets_gen.h.
Referenced by handle_ruleset_nation(), send_packet_ruleset_nation_100(), and send_ruleset_nations().
| char packet_ruleset_nation::rule_name[MAX_LEN_NAME] |
Definition at line 1157 of file packets_gen.h.
Referenced by handle_ruleset_nation(), send_packet_ruleset_nation_100(), and send_ruleset_nations().
| int packet_ruleset_nation::sets[MAX_NUM_NATION_SETS] |
Definition at line 1169 of file packets_gen.h.
Referenced by handle_ruleset_nation(), send_packet_ruleset_nation_100(), and send_ruleset_nations().
| int packet_ruleset_nation::style |
Definition at line 1162 of file packets_gen.h.
Referenced by handle_ruleset_nation(), send_packet_ruleset_nation_100(), and send_ruleset_nations().
| char packet_ruleset_nation::translation_domain[MAX_LEN_NAME] |
Definition at line 1155 of file packets_gen.h.
Referenced by handle_ruleset_nation(), send_packet_ruleset_nation_100(), and send_ruleset_nations().