Crossfire Server, Branch 1.12  R12190
Data Fields
struct_region_info Struct Reference

Region information. More...

Collaboration diagram for struct_region_info:
Collaboration graph
[legend]

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.
regionreg
 Region.
int sum
 Sum of locations, to compute name position.
int sum_x
int sum_y

Detailed Description

Region information.

Definition at line 448 of file mapper.c.


Field Documentation

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().


The documentation for this struct was generated from the following file: