Freeciv-3.3
Loading...
Searching...
No Matches
Data Fields
packet_nation_select_req Struct Reference

#include <packets_gen.h>

Data Fields

int player_no
 
Nation_type_id nation_no
 
bool is_male
 
char name [MAX_LEN_NAME]
 
int style
 

Detailed Description

Definition at line 74 of file packets_gen.h.

Field Documentation

◆ is_male

bool packet_nation_select_req::is_male

Definition at line 77 of file packets_gen.h.

Referenced by dsend_packet_nation_select_req().

◆ name

char packet_nation_select_req::name[MAX_LEN_NAME]

Definition at line 78 of file packets_gen.h.

◆ nation_no

Nation_type_id packet_nation_select_req::nation_no

Definition at line 76 of file packets_gen.h.

Referenced by dsend_packet_nation_select_req().

◆ player_no

int packet_nation_select_req::player_no

Definition at line 75 of file packets_gen.h.

Referenced by dsend_packet_nation_select_req().

◆ style

int packet_nation_select_req::style

Definition at line 79 of file packets_gen.h.

Referenced by dsend_packet_nation_select_req().