#include <racemud.h>
Data Fields | |
char * | name |
char * | description |
int | type |
int | location |
int | carried |
char * | aliases [MAXALIASES] |
void * | attributesptr |
char* object::aliases[MAXALIASES] |
void* object::attributesptr |
int object::carried |
char* object::description |
int object::location |
char* object::name |
int object::type |