![]() |
Crossfire Client, Trunk
|
#include <p_cmd.h>
Collaboration diagram for ConsoleCommand:Data Fields | |
| CommCat | cat |
| const char * | desc |
| CommFunc | dofunc |
| CommHelpFunc | helpfunc |
| const char * | name |
| CommCat ConsoleCommand::cat |
Definition at line 58 of file p_cmd.h.
Referenced by do_clienthelp_list(), and sort_by_category().
| const char* ConsoleCommand::desc |
Definition at line 62 of file p_cmd.h.
Referenced by show_help().
| CommFunc ConsoleCommand::dofunc |
Definition at line 59 of file p_cmd.h.
Referenced by handle_local_command().
| CommHelpFunc ConsoleCommand::helpfunc |
Definition at line 61 of file p_cmd.h.
Referenced by show_help().
| const char* ConsoleCommand::name |
Definition at line 57 of file p_cmd.h.
Referenced by complete_command(), do_clienthelp_list(), handle_local_command(), show_help(), sort_by_category(), and sort_by_name().