Crossfire Server, Branches 1.12  R18729
type_definition Struct Reference
+ Collaboration diagram for type_definition:

Data Fields

int attribute_count
 
type_attribute ** attributes
 
char * description
 
char * name
 
int number
 
int require_count
 
char ** required
 
char * use
 

Detailed Description

One object type.

Definition at line 43 of file gridarta-types-convert.c.

Field Documentation

int type_definition::attribute_count
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
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.


The documentation for this struct was generated from the following file: