TinyMUSH 3.3
TinyMUSH Server
|
Functions related typedefs. More...
#include <typedefs.h>
Public Attributes | |
const char * | name |
void(* | fun )(char *, char **, dbref, dbref, dbref, char **, int, char *[], int) |
int | nargs |
unsigned int | flags |
int | perms |
EXTFUNCS * | xperms |
Functions related typedefs.
unsigned int fun::flags |
Function flags
void(* fun::fun) (char *, char **, dbref, dbref, dbref, char **, int, char *[], int) |
Handler
const char* fun::name |
Function name
int fun::nargs |
Number of args needed or expected
int fun::perms |
Access to function
EXTFUNCS* fun::xperms |
Extended access to function