Crossfire Server, Branch 1.12  R12190
Variables
Misc global variables.

Variables

EXTERN archetype * empty_archetype
 Nice to have fast access to it.
EXTERN int exiting
 True if the game is about to exit.
EXTERN char first_map_ext_path [MAX_BUF]
 Path used for per-race start maps.
EXTERN char first_map_path [MAX_BUF]
 The start-level.
EXTERN FILE * logfile
 Used by server/daemon.c.
EXTERN archetype * map_archeytpe
EXTERN long nrofallowedstr
 Only used in malloc_info().
EXTERN long nrofartifacts
 Only used in malloc_info().
EXTERN long nroftreasures
 Only used in malloc_info().
EXTERN long ob_count
int reopen_logfile

Variable Documentation

EXTERN archetype* empty_archetype

Nice to have fast access to it.

Definition at line 227 of file global.h.

Referenced by dump_object(), init_archetypes(), and START_TEST().

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
EXTERN archetype* map_archeytpe

Definition at line 228 of file global.h.

Only used in malloc_info().

Definition at line 225 of file global.h.

Referenced by init_artifacts(), init_globals(), and malloc_info().

Only used in malloc_info().

Definition at line 224 of file global.h.

Referenced by init_artifacts(), init_globals(), and malloc_info().

Only used in malloc_info().

Definition at line 223 of file global.h.

Referenced by init_globals(), load_treasure(), and malloc_info().

Definition at line 232 of file global.h.

Referenced by get_object().

Definition at line 6 of file logger.c.

Referenced by LOG(), and rec_sighup().