Crossfire Server, Branches 1.12
R18729
|
Variables | |
EXTERN archetype * | empty_archetype |
EXTERN int | exiting |
EXTERN char | first_map_ext_path [MAX_BUF] |
EXTERN char | first_map_path [MAX_BUF] |
EXTERN FILE * | logfile |
EXTERN archetype * | map_archeytpe |
EXTERN long | nrofallowedstr |
EXTERN long | nrofartifacts |
EXTERN long | nroftreasures |
EXTERN long | ob_count |
int | reopen_logfile |
Nice to have fast access to it.
Definition at line 227 of file global.h.
Referenced by dump_object(), init_archetypes(), and START_TEST().
EXTERN int exiting |
True if the game is about to exit.
Definition at line 222 of file global.h.
Referenced by init_globals(), and LOG().
Path used for per-race start maps.
Definition at line 230 of file global.h.
Referenced by init_dynamic(), init_globals(), and key_change_class().
The start-level.
Definition at line 229 of file global.h.
Referenced by check_login(), emergency_save(), get_player(), init_dynamic(), main(), and set_first_map().
EXTERN FILE* logfile |
Used by server/daemon.c
Definition at line 220 of file global.h.
Referenced by artifact_msg(), become_daemon(), cctk_setlog(), draw_ext_info(), draw_ext_info_format(), dump_alchemy(), dump_alchemy_costs(), dump_artifacts(), dump_experience(), dump_monster_treasure(), dump_monster_treasure_rec(), ext_info_map(), fatal(), forbid_play(), god_info_msg(), init(), init_globals(), LOG(), mon_info_msg(), print_message(), rec_sighup(), and usage().
EXTERN long nrofallowedstr |
Only used in malloc_info().
Definition at line 225 of file global.h.
Referenced by init_artifacts(), init_globals(), and malloc_info().
EXTERN long nrofartifacts |
Only used in malloc_info().
Definition at line 224 of file global.h.
Referenced by init_artifacts(), init_globals(), and malloc_info().
EXTERN long nroftreasures |
Only used in malloc_info().
Definition at line 223 of file global.h.
Referenced by init_globals(), load_treasure(), and malloc_info().
EXTERN long ob_count |
Definition at line 232 of file global.h.
Referenced by get_object().
int reopen_logfile |
Definition at line 6 of file logger.c.
Referenced by LOG(), and rec_sighup().