|
Crossfire Server, Branch 1.12
R12190
|
Region information. More...

Data Fields | |
| int | is_world |
| If set, this region has at least one map part of the world, thus region name should be written. | |
| struct_map_list | maps_list |
| Maps in the region. | |
| region * | reg |
| Region. | |
| int | sum |
| Sum of locations, to compute name position. | |
| int | sum_x |
| int | sum_y |
If set, this region has at least one map part of the world, thus region name should be written.
Definition at line 452 of file mapper.c.
Referenced by add_map_to_region().
Maps in the region.
Definition at line 450 of file mapper.c.
Referenced by fix_exits_to_tiled_maps(), and write_region_page().
Region.
Definition at line 449 of file mapper.c.
Referenced by add_map_to_region(), write_region_index(), and write_region_page().
Sum of locations, to compute name position.
Definition at line 451 of file mapper.c.
Referenced by add_map_to_region(), and write_world_map().
Definition at line 451 of file mapper.c.
Referenced by add_map_to_region(), and write_world_map().
Definition at line 451 of file mapper.c.
Referenced by add_map_to_region(), and write_world_map().
1.7.6.1