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

Data Fields

int allocated
 
int count
 
struct struct_race ** races
 

Detailed Description

Collection of races.

Definition at line 246 of file mapper.c.

Field Documentation

int struct_race_list::allocated

Allocated space.

Definition at line 249 of file mapper.c.

Referenced by add_race_to_list(), and init_race_list().

int struct_race_list::count

Number of races.

Definition at line 248 of file mapper.c.

Referenced by add_race_to_list(), fix_tiled_map_monsters(), get_race(), init_race_list(), write_map_page(), and write_race_index().

struct struct_race** struct_race_list::races

Races on the list.

Definition at line 247 of file mapper.c.

Referenced by add_race_to_list(), fix_tiled_map_monsters(), get_race(), init_race_list(), write_map_page(), and write_race_index().


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