Crossfire Server, Branch 1.12  R12190
Data Fields
ralnk Struct Reference

Contains information about a race. More...

#include <race.h>

Collaboration diagram for ralnk:
Collaboration graph
[legend]

Data Fields

struct oblnk * member
 Linked object list of things belonging to this race.
const char * name
 Name of this race entry.
struct ralnknext
 Next race.
int nrof
 Number of things belonging to this race.

Detailed Description

Contains information about a race.

Used to link the race lists together, first item is first_race.

Definition at line 12 of file race.h.


Field Documentation

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().

Number of things belonging to this race.

Definition at line 14 of file race.h.

Referenced by add_to_racelist(), and get_racelist().


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