![]() |
Crossfire Server, Trunk
1.75.0
|
Collaboration diagram for struct_region_info:Data Fields | |
| int | is_world |
| If set, this region has at least one map part of the world, thus region name should be written. More... | |
| struct_map_list | maps_list |
| Maps in the region. More... | |
| region * | reg |
| Region. More... | |
| int | sum |
| Sum of locations, to compute name position. More... | |
| int | sum_x |
| int | sum_y |
Region information.
Definition at line 405 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 409 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 407 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 408 of file mapper.cpp.
Referenced by add_map_to_region(), and write_world_map().
| int struct_region_info::sum_x |
Definition at line 408 of file mapper.cpp.
Referenced by add_map_to_region(), and write_world_map().
| int struct_region_info::sum_y |
Definition at line 408 of file mapper.cpp.
Referenced by add_map_to_region(), and write_world_map().