#include <functions.h>
Data Fields | |
char * | name |
void(* | fun )(char *buff, char **bufc, dbref executor, dbref caller, dbref enactor, char *fargs[], int nfargs, char *cargs[], int ncargs) |
int | maxArgsParsed |
int | minArgs |
int | maxArgs |
int | flags |
int | perms |
Definition at line 11 of file functions.h.
int tagFun::flags |
void(* tagFun::fun)(char *buff, char **bufc, dbref executor, dbref caller, dbref enactor, char *fargs[], int nfargs, char *cargs[], int ncargs) |
Referenced by mux_exec().
int tagFun::maxArgs |
int tagFun::minArgs |
char* tagFun::name |
Definition at line 13 of file functions.h.
Referenced by function_add(), functions_add(), list_functable(), and mux_exec().
int tagFun::perms |
Definition at line 21 of file functions.h.
Referenced by CF_HAND(), list_functable(), and mux_exec().