Crossfire Server, Trunk
ralnk Struct Reference

#include <race.h>

+ Collaboration diagram for ralnk:

Data Fields

struct oblnk * member
 
const char * name
 
struct ralnknext
 
int nrof
 

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

◆ member

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

◆ name

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

◆ next

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

◆ nrof

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


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