Crossfire Server, Branches 1.12
R18729
|
Data Fields | |
int | is_world |
struct_map_list | maps_list |
region * | reg |
int | sum |
int | sum_x |
int | sum_y |
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 452 of file mapper.c.
Referenced by add_map_to_region().
struct_map_list struct_region_info::maps_list |
Maps in the region.
Definition at line 450 of file mapper.c.
Referenced by fix_exits_to_tiled_maps(), and write_region_page().
region* struct_region_info::reg |
Region.
Definition at line 449 of file mapper.c.
Referenced by add_map_to_region(), write_region_index(), and write_region_page().
int struct_region_info::sum |
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().
int struct_region_info::sum_x |
Definition at line 451 of file mapper.c.
Referenced by add_map_to_region(), and write_world_map().
int struct_region_info::sum_y |
Definition at line 451 of file mapper.c.
Referenced by add_map_to_region(), and write_world_map().