Crossfire Server, Trunk  1.75.0
struct_race Struct Reference

One monster race in the maps. More...

+ Collaboration diagram for struct_race:

Data Fields

int count
 Number found on map. More...
 
char * name
 Monster's name. More...
 
struct_map_list origin
 Maps to find said monster. More...
 

Detailed Description

One monster race in the maps.

Definition at line 284 of file mapper.cpp.

Field Documentation

◆ count

int struct_race::count

Number found on map.

Definition at line 286 of file mapper.cpp.

Referenced by get_race().

◆ name

char* struct_race::name

Monster's name.

Definition at line 285 of file mapper.cpp.

Referenced by get_race(), and sort_race().

◆ origin

struct_map_list struct_race::origin

Maps to find said monster.

Definition at line 287 of file mapper.cpp.

Referenced by add_monster(), fix_tiled_map_monsters(), and get_race().


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