|
Freeciv-3.1
|
Data Fields | |
| const char * | name |
| enum cmdlevel | level |
| const char * | synopsis |
| const char * | short_help |
| const char * | extra_help |
| char *(* | extra_help_func )(const char *cmdname) |
| enum cmd_echo | echo |
| int | vote_flags |
| int | vote_percent |
Definition at line 37 of file commands.c.
| enum cmd_echo command::echo |
Definition at line 46 of file commands.c.
Referenced by command_echo().
| const char* command::extra_help |
Definition at line 42 of file commands.c.
Referenced by command_extra_help().
| char *(* command::extra_help_func) (const char *cmdname) |
Definition at line 43 of file commands.c.
Referenced by command_extra_help().
| enum cmdlevel command::level |
Definition at line 39 of file commands.c.
Referenced by command_level().
| const char* command::name |
Definition at line 38 of file commands.c.
Referenced by command_extra_help(), command_name(), and command_name_by_number().
| const char* command::short_help |
Definition at line 41 of file commands.c.
Referenced by command_short_help().
| const char* command::synopsis |
Definition at line 40 of file commands.c.
Referenced by command_synopsis().
| int command::vote_flags |
Definition at line 47 of file commands.c.
Referenced by command_vote_flags().
| int command::vote_percent |
Definition at line 48 of file commands.c.
Referenced by command_vote_percent().