Crossfire Server, Trunk
struct_race_list Struct Reference
+ Collaboration diagram for struct_race_list:

Data Fields

size_t allocated
 
size_t count
 
struct struct_race ** races
 

Detailed Description

Collection of races.

Definition at line 189 of file mapper.cpp.

Field Documentation

◆ allocated

size_t struct_race_list::allocated

Allocated space.

Definition at line 192 of file mapper.cpp.

◆ count

size_t struct_race_list::count

Number of races.

Definition at line 191 of file mapper.cpp.

Referenced by fill_json(), fix_tiled_map_monsters(), get_race(), and main().

◆ races

struct struct_race** struct_race_list::races

Races on the list.

Definition at line 190 of file mapper.cpp.

Referenced by fill_json(), fix_tiled_map_monsters(), get_race(), and main().


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