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

#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
 

Detailed Description

Definition at line 1509 of file packets_gen.h.

Field Documentation

◆ category

int packet_server_setting_const::category

Definition at line 1514 of file packets_gen.h.

Referenced by handle_server_setting_const().

◆ extra_help

char packet_server_setting_const::extra_help[MAX_LEN_PACKET]

Definition at line 1513 of file packets_gen.h.

Referenced by handle_server_setting_const().

◆ id

int packet_server_setting_const::id

Definition at line 1510 of file packets_gen.h.

Referenced by handle_server_setting_const().

◆ name

char packet_server_setting_const::name[MAX_LEN_NAME]

Definition at line 1511 of file packets_gen.h.

Referenced by handle_server_setting_const().

◆ short_help

char packet_server_setting_const::short_help[MAX_LEN_PACKET]

Definition at line 1512 of file packets_gen.h.

Referenced by handle_server_setting_const().