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

Data Fields

int count
 
char * name
 
struct_map_list origin
 

Detailed Description

One monster race in the maps.

Definition at line 254 of file mapper.cpp.

Field Documentation

◆ count

int struct_race::count

Number found on map.

Definition at line 256 of file mapper.cpp.

Referenced by get_race().

◆ name

char* struct_race::name

Monster's name.

Definition at line 255 of file mapper.cpp.

Referenced by get_race().

◆ origin

struct_map_list struct_race::origin

Maps to find said monster.

Definition at line 257 of file mapper.cpp.

Referenced by add_monster(), and fix_tiled_map_monsters().


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