Crossfire Server, Branches 1.12
R18729
|
#include <god.h>
Data Fields | |
struct archt * | arch |
int | id |
const char * | name |
struct glnk * | next |
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 |
Next god.
Definition at line 16 of file god.h.
Referenced by add_god_to_list(), determine_god(), dump_gods(), find_god(), free_all_god(), get_god_for_race(), get_rand_god(), init_godslist(), and lookup_god_by_name().