Crossfire Server, Trunk  1.75.0
struct_race_list Struct Reference

Collection of races. More...

+ Collaboration diagram for struct_race_list:

Data Fields

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

Detailed Description

Collection of races.

Definition at line 219 of file mapper.cpp.

Field Documentation

◆ allocated

size_t struct_race_list::allocated

Allocated space.

Definition at line 222 of file mapper.cpp.

◆ count

size_t struct_race_list::count

Number of races.

Definition at line 221 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 220 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: