Crossfire Server, Trunk
|
Data Fields | |
int | attribute_count |
type_attribute ** | attributes |
char * | description |
char * | name |
int | number |
int | require_count |
char ** | required |
char * | use |
One object type.
Definition at line 44 of file gridarta-types-convert.cpp.
int type_definition::attribute_count |
Definition at line 50 of file gridarta-types-convert.cpp.
Referenced by copy_attributes(), get_type_definition(), and main().
type_attribute** type_definition::attributes |
Definition at line 49 of file gridarta-types-convert.cpp.
Referenced by copy_attributes(), and get_type_definition().
char* type_definition::description |
Definition at line 47 of file gridarta-types-convert.cpp.
Referenced by get_type_definition(), and main().
char* type_definition::name |
Definition at line 46 of file gridarta-types-convert.cpp.
Referenced by main().
int type_definition::number |
Definition at line 45 of file gridarta-types-convert.cpp.
int type_definition::require_count |
Definition at line 52 of file gridarta-types-convert.cpp.
char** type_definition::required |
Definition at line 51 of file gridarta-types-convert.cpp.
char* type_definition::use |
Definition at line 48 of file gridarta-types-convert.cpp.