![]() |
Crossfire Server, Trunk
1.75.0
|
Data Fields | |
region * | cfregion |
struct_map_list | exits_from |
struct_map_list | exits_to |
char * | filename |
Filename of the map. More... | |
int | height |
int | level |
char * | lore |
int | max_monster |
int | min_monster |
struct_race_list | monsters |
char * | name |
Map's name as defined in the map file. More... | |
npc_list * | npcs |
char * | path |
Full path of the map from the start directory. More... | |
int | pic_was_done |
int | processed |
struct_map_in_quest_list | quests |
npc_list * | readable |
sstring | reset_group |
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 |
Map information.
Definition at line 240 of file mapper.cpp.
region* struct_map_info::cfregion |
Definition at line 245 of file mapper.cpp.
Referenced by create_map_object(), fix_tiled_map(), and process_map().
struct_map_list struct_map_info::exits_from |
Definition at line 247 of file mapper.cpp.
Referenced by create_map_info(), create_map_object(), fix_exits_for_map(), fix_exits_to_tiled_maps(), and process_map().
struct_map_list struct_map_info::exits_to |
Definition at line 248 of file mapper.cpp.
Referenced by create_map_info(), create_map_object(), fix_exits_for_map(), fix_exits_to_tiled_maps(), and process_map().
char* struct_map_info::filename |
Filename of the map.
Definition at line 243 of file mapper.cpp.
Referenced by fix_map_names(), fix_tiled_map(), get_map_info(), and process_map().
int struct_map_info::height |
Definition at line 260 of file mapper.cpp.
Referenced by do_tiled_map_picture(), and process_map().
int struct_map_info::level |
Definition at line 246 of file mapper.cpp.
Referenced by create_map_object(), and process_map().
char* struct_map_info::lore |
Definition at line 244 of file mapper.cpp.
Referenced by create_map_object(), process_map(), and process_map_lore().
int struct_map_info::max_monster |
Definition at line 246 of file mapper.cpp.
Referenced by add_monster().
int struct_map_info::min_monster |
Definition at line 246 of file mapper.cpp.
Referenced by add_monster(), and create_map_info().
struct_race_list struct_map_info::monsters |
Definition at line 254 of file mapper.cpp.
Referenced by add_monster(), create_map_info(), create_map_object(), and fix_tiled_map_monsters().
char* struct_map_info::name |
Map's name as defined in the map file.
Definition at line 242 of file mapper.cpp.
Referenced by compare_map_info(), create_map_object(), do_tiled_map_picture(), fix_map_names(), fix_tiled_map(), process_map(), and sort_struct_map_in_quest().
npc_list* struct_map_info::npcs |
Definition at line 256 of file mapper.cpp.
Referenced by create_map_info(), create_map_object(), and process_map().
char* struct_map_info::path |
Full path of the map from the start directory.
Definition at line 241 of file mapper.cpp.
Referenced by add_map_to_region(), compare_map_info(), create_map_object(), define_quest(), do_tiled_map_picture(), fix_tiled_map(), get_map_info(), process_map(), sort_struct_map_in_quest(), and tiled_map_need_pic().
int struct_map_info::pic_was_done |
Definition at line 246 of file mapper.cpp.
Referenced by process_map(), and tiled_map_need_pic().
int struct_map_info::processed |
Definition at line 261 of file mapper.cpp.
Referenced by do_tiled_map_picture().
struct_map_in_quest_list struct_map_info::quests |
Definition at line 249 of file mapper.cpp.
Referenced by add_map_to_quest(), create_map_info(), and create_map_object().
npc_list* struct_map_info::readable |
Definition at line 257 of file mapper.cpp.
Referenced by create_map_info(), create_map_object(), and process_map().
sstring struct_map_info::reset_group |
Definition at line 250 of file mapper.cpp.
Referenced by create_map_object(), and process_map().
struct struct_map_info* struct_map_info::tiled_group |
Definition at line 259 of file mapper.cpp.
Referenced by compare_map_info(), create_map_info(), fix_exits_for_map(), fix_exits_to_tiled_maps(), fix_tiled_map_monsters(), merge_tiled_maps(), process_map(), and sort_struct_map_in_quest().
struct_map_list struct_map_info::tiled_maps |
Definition at line 252 of file mapper.cpp.
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 261 of file mapper.cpp.
Referenced by do_tiled_map_picture().
int struct_map_info::tiled_y_from |
Definition at line 261 of file mapper.cpp.
Referenced by do_tiled_map_picture().
struct struct_map_info* struct_map_info::tiles[4] |
Definition at line 262 of file mapper.cpp.
Referenced by do_tiled_map_picture(), and process_map().
int struct_map_info::width |
Definition at line 260 of file mapper.cpp.
Referenced by do_tiled_map_picture(), and process_map().