Crossfire Server, Branches 1.12
R18729
|
#include <race.h>
Data Fields | |
struct oblnk * | member |
const char * | name |
struct ralnk * | next |
int | nrof |
Contains information about a race. Used to link the race lists together, first item is first_race.
struct oblnk* ralnk::member |
Linked object list of things belonging to this race.
Definition at line 15 of file race.h.
Referenced by add_to_racelist(), choose_cult_monster(), dump_races(), free_races(), and get_racelist().
const char* ralnk::name |
Name of this race entry.
Definition at line 13 of file race.h.
Referenced by add_to_racelist(), dump_races(), find_racelink(), free_races(), and get_racelist().
struct ralnk* ralnk::next |
Next race.
Definition at line 16 of file race.h.
Referenced by add_to_racelist(), dump_races(), find_racelink(), free_races(), and get_racelist().
int ralnk::nrof |
Number of things belonging to this race.
Definition at line 14 of file race.h.
Referenced by add_to_racelist(), and get_racelist().