Crossfire Server, Branch 1.12  R12190
Data Fields
glnk Struct Reference

Used to link together the gods. More...

#include <god.h>

Collaboration diagram for glnk:
Collaboration graph
[legend]

Data Fields

struct archt * arch
 Pointer to the archetype of this god.
int id
 Id of the god.
const char * name
 Name of this god.
struct glnknext
 Next god.

Detailed Description

Used to link together the gods.

Definition at line 12 of file god.h.


Field Documentation

struct archt* glnk::arch

Pointer to the archetype of this god.

Definition at line 14 of file god.h.

Referenced by add_god_to_list(), get_god_for_race(), init_godslist(), and pntr_to_god_obj().

int glnk::id

Id of the god.

Definition at line 15 of file god.h.

Referenced by add_god_to_list(), determine_god(), get_rand_god(), init_godslist(), and lookup_god_by_name().

const char* glnk::name

Name of this god.

Definition at line 13 of file god.h.

Referenced by add_god_to_list(), determine_god(), find_god(), free_all_god(), get_god_for_race(), init_godslist(), and lookup_god_by_name().

struct glnk* glnk::next

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