Freeciv-3.3
|
#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 854 of file packets_gen.h.
Definition at line 860 of file packets_gen.h.
Referenced by package_conn_info().
char packet_conn_info::addr[MAX_LEN_ADDR] |
Definition at line 862 of file packets_gen.h.
Referenced by package_conn_info().
char packet_conn_info::capability[MAX_LEN_CAPSTR] |
Definition at line 863 of file packets_gen.h.
Referenced by package_conn_info().
bool packet_conn_info::established |
Definition at line 857 of file packets_gen.h.
Referenced by package_conn_info().
int packet_conn_info::id |
Definition at line 855 of file packets_gen.h.
Referenced by package_conn_info().
bool packet_conn_info::observer |
Definition at line 858 of file packets_gen.h.
Referenced by package_conn_info().
int packet_conn_info::player_num |
Definition at line 859 of file packets_gen.h.
Referenced by package_conn_info().
bool packet_conn_info::used |
Definition at line 856 of file packets_gen.h.
Referenced by package_conn_info(), and send_conn_info_arg().
char packet_conn_info::username[MAX_LEN_NAME] |
Definition at line 861 of file packets_gen.h.
Referenced by package_conn_info().