Crossfire Server, Trunk
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 44 of file gridarta-types-convert.cpp.

Field Documentation

◆ attribute_count

int type_definition::attribute_count

Definition at line 50 of file gridarta-types-convert.cpp.

Referenced by copy_attributes(), get_type_definition(), and main().

◆ attributes

type_attribute** type_definition::attributes

Definition at line 49 of file gridarta-types-convert.cpp.

Referenced by copy_attributes(), and get_type_definition().

◆ description

char* type_definition::description

Definition at line 47 of file gridarta-types-convert.cpp.

Referenced by get_type_definition(), and main().

◆ name

char* type_definition::name

Definition at line 46 of file gridarta-types-convert.cpp.

Referenced by main().

◆ number

int type_definition::number

Definition at line 45 of file gridarta-types-convert.cpp.

◆ require_count

int type_definition::require_count

Definition at line 52 of file gridarta-types-convert.cpp.

◆ required

char** type_definition::required

Definition at line 51 of file gridarta-types-convert.cpp.

◆ use

char* type_definition::use

Definition at line 48 of file gridarta-types-convert.cpp.


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