Crossfire Server, Branches 1.12  R18729
struct_map_info Struct Reference
+ Collaboration diagram for struct_map_info:

Data Fields

regioncfregion
 
struct_map_list exits_from
 
struct_map_list exits_to
 
char * filename
 
int height
 
int level
 
char * lore
 
int max_monster
 
int min_monster
 
struct_race_list monsters
 
char * name
 
struct_npc_list npcs
 
char * path
 
int pic_was_done
 
int processed
 
struct_map_in_quest_list quests
 
struct struct_map_infotiled_group
 
struct_map_list tiled_maps
 
int tiled_x_from
 
int tiled_y_from
 
struct struct_map_infotiles [4]
 
int width
 

Detailed Description

Map information.

Definition at line 267 of file mapper.c.

Field Documentation

region* struct_map_info::cfregion

Definition at line 272 of file mapper.c.

Referenced by fix_tiled_map(), process_map(), and write_map_page().

struct_map_list struct_map_info::exits_from
struct_map_list struct_map_info::exits_to
char* struct_map_info::filename

Definition at line 270 of file mapper.c.

Referenced by fix_map_names(), fix_tiled_map(), get_map_info(), process_map(), and write_map_page().

int struct_map_info::height

Definition at line 285 of file mapper.c.

Referenced by do_tiled_map_picture(), and process_map().

int struct_map_info::level

Definition at line 273 of file mapper.c.

Referenced by process_map(), sort_map_info_by_level(), write_map_page(), and write_maps_by_level().

char* struct_map_info::lore

Definition at line 271 of file mapper.c.

Referenced by process_map(), process_map_lore(), and write_map_page().

int struct_map_info::max_monster

Definition at line 273 of file mapper.c.

Referenced by add_monster(), and write_map_page().

int struct_map_info::min_monster

Definition at line 273 of file mapper.c.

Referenced by add_monster(), create_map_info(), and write_map_page().

struct_race_list struct_map_info::monsters

Definition at line 280 of file mapper.c.

Referenced by add_monster(), create_map_info(), fix_tiled_map_monsters(), and write_map_page().

struct_npc_list struct_map_info::npcs

Definition at line 282 of file mapper.c.

Referenced by add_npc_to_map(), create_map_info(), and write_npc_list().

int struct_map_info::pic_was_done

Definition at line 273 of file mapper.c.

Referenced by process_map(), and tiled_map_need_pic().

int struct_map_info::processed

Definition at line 286 of file mapper.c.

Referenced by do_tiled_map_picture().

struct_map_in_quest_list struct_map_info::quests

Definition at line 276 of file mapper.c.

Referenced by add_map_to_quest(), create_map_info(), and write_map_page().

struct_map_list struct_map_info::tiled_maps
int struct_map_info::tiled_x_from

Definition at line 286 of file mapper.c.

Referenced by do_tiled_map_picture().

int struct_map_info::tiled_y_from

Definition at line 286 of file mapper.c.

Referenced by do_tiled_map_picture().

struct struct_map_info* struct_map_info::tiles[4]

Definition at line 287 of file mapper.c.

Referenced by do_tiled_map_picture(), and process_map().

int struct_map_info::width

Definition at line 285 of file mapper.c.

Referenced by do_tiled_map_picture(), and process_map().


The documentation for this struct was generated from the following file: