TinyMUSH 3.3
TinyMUSH Server
|
Public Attributes | |
char * | s_name |
char ** | c_names |
COMPONENT ** | c_array |
int | c_count |
char | delim |
int | need_typecheck |
int | n_instances |
char * | names_base |
char * | defs_base |
COMPONENT** structure_def::c_array |
array of pointers to components
int structure_def::c_count |
number of components
char** structure_def::c_names |
array of component names
char* structure_def::defs_base |
pointer for later freeing
char structure_def::delim |
output delimiter when unloading
int structure_def::n_instances |
number of instances out there
char* structure_def::names_base |
pointer for later freeing
int structure_def::need_typecheck |
any components without types of any?
char* structure_def::s_name |
name of the structure