Crossfire Client, Branches
R11627
|
#include <p_cmd.h>
Data Fields | |
CommCat | cat |
const char * | desc |
CommFunc | dofunc |
CommHelpFunc | helpfunc |
const char * | name |
CommCat ConsoleCommand::cat |
Definition at line 63 of file p_cmd.h.
Referenced by chelp_entry_callback(), do_clienthelp_list(), set_default_text(), show_help(), and sort_by_category().
const char* ConsoleCommand::desc |
Definition at line 67 of file p_cmd.h.
Referenced by chelp_entry_callback(), do_clienthelp_list(), set_default_text(), and show_help().
CommFunc ConsoleCommand::dofunc |
Definition at line 64 of file p_cmd.h.
Referenced by handle_local_command().
CommHelpFunc ConsoleCommand::helpfunc |
Definition at line 66 of file p_cmd.h.
Referenced by chelp_entry_callback(), and show_help().
const char* ConsoleCommand::name |
Definition at line 62 of file p_cmd.h.
Referenced by chelp_entry_callback(), complete_command(), do_clienthelp_list(), handle_local_command(), set_default_text(), show_help(), sort_by_category(), and sort_by_name().