Crossfire Server, Trunk
|
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 |
npc_list * | npcs |
char * | path |
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 210 of file mapper.cpp.
region* struct_map_info::cfregion |
Definition at line 215 of file mapper.cpp.
Referenced by fix_tiled_map(), and process_map().
struct_map_list struct_map_info::exits_from |
Definition at line 217 of file mapper.cpp.
Referenced by create_map_info(), fix_exits_for_map(), fix_exits_to_tiled_maps(), and process_map().
struct_map_list struct_map_info::exits_to |
Definition at line 218 of file mapper.cpp.
Referenced by create_map_info(), fix_exits_for_map(), fix_exits_to_tiled_maps(), and process_map().
char* struct_map_info::filename |
Filename of the map.
Definition at line 213 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 230 of file mapper.cpp.
Referenced by process_map().
int struct_map_info::level |
Definition at line 216 of file mapper.cpp.
Referenced by process_map().
char* struct_map_info::lore |
Definition at line 214 of file mapper.cpp.
Referenced by process_map().
int struct_map_info::max_monster |
Definition at line 216 of file mapper.cpp.
int struct_map_info::min_monster |
Definition at line 216 of file mapper.cpp.
Referenced by create_map_info().
struct_race_list struct_map_info::monsters |
Definition at line 224 of file mapper.cpp.
Referenced by create_map_info(), and fix_tiled_map_monsters().
char* struct_map_info::name |
Map's name as defined in the map file.
Definition at line 212 of file mapper.cpp.
Referenced by compare_map_info(), fix_map_names(), fix_tiled_map(), process_map(), and sort_struct_map_in_quest().
npc_list* struct_map_info::npcs |
Definition at line 226 of file mapper.cpp.
Referenced by create_map_info(), and process_map().
char* struct_map_info::path |
Full path of the map from the start directory.
Definition at line 211 of file mapper.cpp.
Referenced by compare_map_info(), define_quest(), fix_tiled_map(), get_map_info(), process_map(), and sort_struct_map_in_quest().
int struct_map_info::pic_was_done |
Definition at line 216 of file mapper.cpp.
Referenced by process_map().
int struct_map_info::processed |
Definition at line 231 of file mapper.cpp.
struct_map_in_quest_list struct_map_info::quests |
Definition at line 219 of file mapper.cpp.
Referenced by create_map_info().
npc_list* struct_map_info::readable |
Definition at line 227 of file mapper.cpp.
Referenced by create_map_info(), and process_map().
sstring struct_map_info::reset_group |
Definition at line 220 of file mapper.cpp.
Referenced by process_map().
struct struct_map_info* struct_map_info::tiled_group |
Definition at line 229 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 222 of file mapper.cpp.
Referenced by create_map_info(), fix_tiled_map(), merge_tiled_maps(), and process_map().
int struct_map_info::tiled_x_from |
Definition at line 231 of file mapper.cpp.
int struct_map_info::tiled_y_from |
Definition at line 231 of file mapper.cpp.
struct struct_map_info* struct_map_info::tiles[4] |
Definition at line 232 of file mapper.cpp.
Referenced by process_map().
int struct_map_info::width |
Definition at line 230 of file mapper.cpp.
Referenced by process_map().