#include <command.h>
Collaboration diagram for CMDENT_ONE_ARG:
Data Fields | |
char * | cmdname |
NAMETAB * | switches |
int | perms |
int | extra |
int | callseq |
int | hookmask |
void(* | handler )(dbref executor, dbref caller, dbref enactor, int, char *) |
Definition at line 168 of file command.h.
char* CMDENT_ONE_ARG::cmdname |
Definition at line 170 of file command.h.
Referenced by add_helpfile(), commands_one_arg_add(), and do_hook().
void(* CMDENT_ONE_ARG::handler)(dbref executor, dbref caller, dbref enactor, int, char *) |
Referenced by add_helpfile(), and FUNCTION().