Crossfire Server, Branch 1.12  R12190
Data Fields
struct_race_list Struct Reference

Collection of races. More...

Collaboration diagram for struct_race_list:
Collaboration graph
[legend]

Data Fields

int allocated
 Allocated space.
int count
 Number of races.
struct struct_race ** races
 Races on the list.

Detailed Description

Collection of races.

Definition at line 246 of file mapper.c.


Field Documentation

Allocated space.

Definition at line 249 of file mapper.c.

Referenced by add_race_to_list(), and init_race_list().

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().

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: