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