Freeciv-3.1
Loading...
Searching...
No Matches
Data Fields
cmdhelp Struct Reference

Data Fields

char * cmdname
 
struct cmdarg_list * cmdarglist
 

Detailed Description

Definition at line 43 of file fc_cmdhelp.c.

Field Documentation

◆ cmdarglist

struct cmdarg_list* cmdhelp::cmdarglist

Definition at line 45 of file fc_cmdhelp.c.

Referenced by cmdhelp_add(), cmdhelp_destroy(), cmdhelp_display(), and cmdhelp_new().

◆ cmdname

char* cmdhelp::cmdname

Definition at line 44 of file fc_cmdhelp.c.

Referenced by cmdhelp_destroy(), cmdhelp_display(), and cmdhelp_new().