Crossfire Server, Branches 1.12
R18729
|
Data Fields | |
region * | cfregion |
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_info * | tiled_group |
struct_map_list | tiled_maps |
int | tiled_x_from |
int | tiled_y_from |
struct struct_map_info * | tiles [4] |
int | width |
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 |
Definition at line 274 of file mapper.c.
Referenced by create_map_info(), fix_exits_for_map(), fix_exits_to_tiled_maps(), process_map(), and write_map_page().
struct_map_list struct_map_info::exits_to |
Definition at line 275 of file mapper.c.
Referenced by create_map_info(), fix_exits_for_map(), fix_exits_to_tiled_maps(), process_map(), and write_map_page().
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().
char* struct_map_info::name |
Definition at line 269 of file mapper.c.
Referenced by compare_map_info(), do_map_index(), do_tiled_map_picture(), fix_map_names(), fix_tiled_map(), process_map(), sort_struct_map_in_quest(), write_map_page(), write_maps_by_level(), write_quests_page(), and write_slaying_map_name().
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().
char* struct_map_info::path |
Definition at line 268 of file mapper.c.
Referenced by add_map_to_region(), compare_map_info(), define_quest(), do_map_index(), do_tiled_map_picture(), fix_tiled_map(), get_map_info(), process_map(), replace_map(), sort_struct_map_in_quest(), tiled_map_need_pic(), write_map_page(), write_maps_by_level(), write_npc_list(), write_race_index(), and write_slaying_map_name().
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 struct_map_info* struct_map_info::tiled_group |
Definition at line 284 of file mapper.c.
Referenced by compare_map_info(), create_map_info(), do_map_index(), fix_exits_for_map(), fix_exits_to_tiled_maps(), fix_tiled_map_monsters(), merge_tiled_maps(), process_map(), sort_struct_map_in_quest(), write_all_maps(), write_maps_by_level(), and write_slaying_map_name().
struct_map_list struct_map_info::tiled_maps |
Definition at line 278 of file mapper.c.
Referenced by create_map_info(), do_tiled_map_picture(), fix_tiled_map(), merge_tiled_maps(), process_map(), and tiled_map_need_pic().
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().