|
Freeciv-3.3
|
#include <packets_gen.h>
Data Fields | |
| int | id |
| char | name [MAX_LEN_NAME] |
| char | short_help [MAX_LEN_PACKET] |
| char | extra_help [MAX_LEN_PACKET] |
| int | category |
Definition at line 1512 of file packets_gen.h.
| int packet_server_setting_const::category |
Definition at line 1517 of file packets_gen.h.
Referenced by handle_server_setting_const().
| char packet_server_setting_const::extra_help[MAX_LEN_PACKET] |
Definition at line 1516 of file packets_gen.h.
Referenced by handle_server_setting_const().
| int packet_server_setting_const::id |
Definition at line 1513 of file packets_gen.h.
Referenced by handle_server_setting_const().
| char packet_server_setting_const::name[MAX_LEN_NAME] |
Definition at line 1514 of file packets_gen.h.
Referenced by handle_server_setting_const().
| char packet_server_setting_const::short_help[MAX_LEN_PACKET] |
Definition at line 1515 of file packets_gen.h.
Referenced by handle_server_setting_const().