![]() |
Crossfire Server, Trunk
1.75.0
|
One monster race in the maps. More...
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... | |
One monster race in the maps.
Definition at line 284 of file mapper.cpp.
int struct_race::count |
char* struct_race::name |
Monster's name.
Definition at line 285 of file mapper.cpp.
Referenced by get_race(), and sort_race().
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().