Crossfire Server, Branches 1.12  R18729
Misc global variables.

Variables

EXTERN archetypeempty_archetype
 
EXTERN int exiting
 
EXTERN char first_map_ext_path [MAX_BUF]
 
EXTERN char first_map_path [MAX_BUF]
 
EXTERN FILE * logfile
 
EXTERN archetypemap_archeytpe
 
EXTERN long nrofallowedstr
 
EXTERN long nrofartifacts
 
EXTERN long nroftreasures
 
EXTERN long ob_count
 
int reopen_logfile
 

Detailed Description

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

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

EXTERN char first_map_ext_path[MAX_BUF]

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

EXTERN char first_map_path[MAX_BUF]

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

Definition at line 228 of file global.h.

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