Crossfire Server, Branches 1.12
R18729
|
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 43 of file gridarta-types-convert.c.
int type_definition::attribute_count |
Definition at line 49 of file gridarta-types-convert.c.
Referenced by copy_attributes(), dump_type(), get_attribute_for_type(), get_type_definition(), ignore_attribute(), main(), read_type(), and write_type_file().
type_attribute** type_definition::attributes |
Definition at line 48 of file gridarta-types-convert.c.
Referenced by add_type_to_attribute(), copy_attributes(), dump_type(), get_attribute_for_type(), get_type_definition(), ignore_attribute(), read_type(), and write_type_file().
char* type_definition::description |
Definition at line 46 of file gridarta-types-convert.c.
Referenced by get_type_definition(), main(), read_type(), and write_type_file().
char* type_definition::name |
Definition at line 45 of file gridarta-types-convert.c.
Referenced by add_type_to_attribute(), dump_type(), main(), read_type(), and write_type_file().
int type_definition::number |
Definition at line 44 of file gridarta-types-convert.c.
Referenced by add_type_to_attribute(), dump_type(), main(), and write_type_file().
int type_definition::require_count |
Definition at line 51 of file gridarta-types-convert.c.
Referenced by add_required_parameter(), and write_type_file().
char** type_definition::required |
Definition at line 50 of file gridarta-types-convert.c.
Referenced by add_required_parameter(), and write_type_file().
char* type_definition::use |
Definition at line 47 of file gridarta-types-convert.c.