Crossfire Server, Trunk
glnk Struct Reference

#include <god.h>

+ Collaboration diagram for glnk:

Data Fields

struct archtarch
 
int id
 
const char * name
 
struct glnknext
 

Detailed Description

Used to link together the gods.

Definition at line 12 of file god.h.

Field Documentation

◆ arch

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

◆ id

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

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

◆ next

struct glnk* glnk::next

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