![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
Public Attributes | |
| 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 31 of file commands.cpp.
| enum cmd_echo command::echo |
Definition at line 37 of file commands.cpp.
| const char* command::extra_help |
Definition at line 36 of file commands.cpp.
Referenced by command_echo().
| char*(* command::extra_help_func) (const char *cmdname) |
Definition at line 37 of file commands.cpp.
Referenced by command_echo().
| enum cmdlevel command::level |
Definition at line 32 of file commands.cpp.
| const char* command::name |
Definition at line 32 of file commands.cpp.
Referenced by command_echo(), command_name(), and command_name_by_number().
| const char* command::short_help |
Definition at line 35 of file commands.cpp.
Referenced by command_short_help().
| const char* command::synopsis |
Definition at line 34 of file commands.cpp.
Referenced by command_synopsis().
| int command::vote_flags |
Definition at line 41 of file commands.cpp.
Referenced by command_vote_flags().
| int command::vote_percent |
Definition at line 42 of file commands.cpp.
Referenced by command_vote_percent().