TinyMUSH 3.3
TinyMUSH Server
Loading...
Searching...
No Matches
Public Attributes | List of all members
module_linked_list Struct Reference
Collaboration diagram for module_linked_list:
Collaboration graph
[legend]

Public Attributes

char * modname
 
void * handle
 
struct module_linked_listnext
 
int(* process_command )(dbref, dbref, int, char *, char *[], int)
 
int(* process_no_match )(dbref, dbref, int, char *, char *, char *[], int)
 
int(* did_it )(dbref, dbref, dbref, int, const char *, int, const char *, int, int, char *[], int, int)
 
void(* create_obj )(dbref, dbref)
 
void(* destroy_obj )(dbref, dbref)
 
void(* create_player )(dbref, dbref, int, int)
 
void(* destroy_player )(dbref, dbref)
 
void(* announce_connect )(dbref, const char *, int)
 
void(* announce_disconnect )(dbref, const char *, int)
 
void(* examine )(dbref, dbref, dbref, int, int)
 
void(* dump_database )(FILE *)
 
void(* db_write )(void)
 
void(* db_grow )(int, int)
 
void(* db_write_flatfile )(FILE *)
 
void(* do_second )(void)
 
void(* cache_put_notify )(UDB_DATA, unsigned int)
 
void(* cache_del_notify )(UDB_DATA, unsigned int)
 
 dbref
 
 int
 

The documentation for this struct was generated from the following file: