#include <command.h>
Collaboration diagram for CMDENT_ONE_ARG_CMDARG:
Data Fields | |
char * | cmdname |
NAMETAB * | switches |
int | perms |
int | extra |
int | callseq |
int | hookmask |
void(* | handler )(dbref executor, dbref caller, dbref enactor, int, char *, char *[], int) |
Definition at line 179 of file command.h.
Definition at line 181 of file command.h.
Referenced by commands_one_arg_cmdarg_add(), and do_hook().
void(* CMDENT_ONE_ARG_CMDARG::handler)(dbref executor, dbref caller, dbref enactor, int, char *, char *[], int) |