Crossfire Server, Trunk
|
Data Fields | |
int | is_world |
struct_map_list | maps_list |
region * | reg |
int | sum |
int | sum_x |
int | sum_y |
Region information.
Definition at line 354 of file mapper.cpp.
int struct_region_info::is_world |
If set, this region has at least one map part of the world, thus region name should be written.
Definition at line 358 of file mapper.cpp.
Referenced by add_map_to_region().
struct_map_list struct_region_info::maps_list |
Maps in the region.
Definition at line 356 of file mapper.cpp.
Referenced by fix_exits_to_tiled_maps().
region* struct_region_info::reg |
int struct_region_info::sum |
Sum of locations, to compute name position.
Definition at line 357 of file mapper.cpp.
Referenced by add_map_to_region(), and write_world_map().
int struct_region_info::sum_x |
Definition at line 357 of file mapper.cpp.
Referenced by add_map_to_region(), and write_world_map().
int struct_region_info::sum_y |
Definition at line 357 of file mapper.cpp.
Referenced by add_map_to_region(), and write_world_map().