|
Atrinik Server 2.5
|
#include <global.h>Go to the source code of this file.
Functions | |
| static godlink * | init_godslist () |
| static void | add_god_to_list (archetype *god_arch) |
| void | init_gods () |
| godlink * | get_rand_god () |
| object * | pntr_to_god_obj (godlink *godlnk) |
| void | free_all_god () |
| void | dump_gods () |
God related common functions.
Definition in file holy.c.
| static void add_god_to_list | ( | archetype * | god_arch | ) | [static] |
| godlink* get_rand_god | ( | ) |
| void init_gods | ( | ) |
| static godlink * init_godslist | ( | ) | [static] |
Returns a pointer to the object.
We need to be VERY careful about using this, as we are returning a pointer to the archetype::clone object.
| godlnk | God to get object. |
1.7.4