Freeciv-3.1
|
#include <packets_gen.h>
Data Fields | |
int | id |
bool | used |
bool | established |
bool | observer |
int | player_num |
enum cmdlevel | access_level |
char | username [MAX_LEN_NAME] |
char | addr [MAX_LEN_ADDR] |
char | capability [MAX_LEN_CAPSTR] |
Definition at line 876 of file packets_gen.h.
enum cmdlevel packet_conn_info::access_level |
Definition at line 882 of file packets_gen.h.
Referenced by handle_conn_info(), package_conn_info(), and send_packet_conn_info_100().
char packet_conn_info::addr[MAX_LEN_ADDR] |
Definition at line 884 of file packets_gen.h.
Referenced by handle_conn_info(), package_conn_info(), and send_packet_conn_info_100().
char packet_conn_info::capability[MAX_LEN_CAPSTR] |
Definition at line 885 of file packets_gen.h.
Referenced by handle_conn_info(), package_conn_info(), and send_packet_conn_info_100().
bool packet_conn_info::established |
Definition at line 879 of file packets_gen.h.
Referenced by handle_conn_info(), package_conn_info(), and send_packet_conn_info_100().
int packet_conn_info::id |
Definition at line 877 of file packets_gen.h.
Referenced by handle_conn_info(), package_conn_info(), receive_packet_conn_info_100(), and send_packet_conn_info_100().
bool packet_conn_info::observer |
Definition at line 880 of file packets_gen.h.
Referenced by handle_conn_info(), package_conn_info(), and send_packet_conn_info_100().
int packet_conn_info::player_num |
Definition at line 881 of file packets_gen.h.
Referenced by handle_conn_info(), package_conn_info(), and send_packet_conn_info_100().
bool packet_conn_info::used |
Definition at line 878 of file packets_gen.h.
Referenced by handle_conn_info(), package_conn_info(), send_conn_info_arg(), and send_packet_conn_info_100().
char packet_conn_info::username[MAX_LEN_NAME] |
Definition at line 883 of file packets_gen.h.
Referenced by handle_conn_info(), package_conn_info(), and send_packet_conn_info_100().