#include <command.h>
Collaboration diagram for CMDENT_NO_ARG:
Data Fields | |
char * | cmdname |
NAMETAB * | switches |
int | perms |
int | extra |
int | callseq |
int | hookmask |
void(* | handler )(dbref executor, dbref caller, dbref enactor, int) |
Definition at line 157 of file command.h.
char* CMDENT_NO_ARG::cmdname |
Definition at line 159 of file command.h.
Referenced by commands_no_arg_add(), do_hook(), list_cmdaccess(), list_cmdswitches(), and list_cmdtable().
void(* CMDENT_NO_ARG::handler)(dbref executor, dbref caller, dbref enactor, int) |
Definition at line 161 of file command.h.
Referenced by list_cmdaccess(), list_cmdswitches(), and list_cmdtable().