Crossfire Server, Trunk
|
Data Fields | |
int | count |
char * | description |
int * | number |
char ** | type |
One type for an attribute.
Definition at line 77 of file gridarta-types-convert.cpp.
int attribute_type::count |
Definition at line 80 of file gridarta-types-convert.cpp.
Referenced by add_type_to_attribute(), and write_attribute_file().
char* attribute_type::description |
Definition at line 81 of file gridarta-types-convert.cpp.
Referenced by get_description_for_attribute(), and write_attribute_file().
int* attribute_type::number |
Definition at line 79 of file gridarta-types-convert.cpp.
Referenced by add_type_to_attribute(), and write_attribute_file().
char** attribute_type::type |
Definition at line 78 of file gridarta-types-convert.cpp.
Referenced by add_type_to_attribute().