|
Atrinik Client 2.5
|
#include <region_map.h>
Data Fields | |
| region_map_struct * | maps |
| size_t | num_maps |
| region_map_tooltip * | tooltips |
| size_t | num_tooltips |
| region_label_struct * | labels |
| size_t | num_labels |
| int | pixel_size |
| int | map_size_x |
| int | map_size_y |
Map region definitions.
Definition at line 122 of file region_map.h.
The map labels.
Definition at line 137 of file region_map.h.
X Size of the map.
Definition at line 146 of file region_map.h.
Y Size of the map.
Definition at line 149 of file region_map.h.
The maps.
Definition at line 125 of file region_map.h.
| size_t region_map_def::num_labels |
Number of labels.
Definition at line 140 of file region_map.h.
| size_t region_map_def::num_maps |
Number of maps.
Definition at line 128 of file region_map.h.
| size_t region_map_def::num_tooltips |
Number of tooltips.
Definition at line 134 of file region_map.h.
Pixel size of one map tile.
Definition at line 143 of file region_map.h.
The tooltips.
Definition at line 131 of file region_map.h.
1.7.4