|
Atrinik Client 2.5
|
#include <region_map.h>
Data Fields | |
| int | x |
| int | y |
| int | w |
| int | h |
| char * | name |
| char * | text |
| int | hidden |
| uint8 | outline |
| SDL_Color | outline_color |
| uint8 | outline_size |
Map tooltips.
Definition at line 88 of file region_map.h.
Height.
Definition at line 100 of file region_map.h.
Same as region_label_struct::hidden.
Definition at line 109 of file region_map.h.
| char* region_map_tooltip::name |
Unique name of this tooltip.
Definition at line 103 of file region_map.h.
Show an outline?
Definition at line 112 of file region_map.h.
| SDL_Color region_map_tooltip::outline_color |
Outline's color.
Definition at line 115 of file region_map.h.
Size of the outline.
Definition at line 118 of file region_map.h.
| char* region_map_tooltip::text |
Tooltip text.
Definition at line 106 of file region_map.h.
Width.
Definition at line 97 of file region_map.h.
X position.
Definition at line 91 of file region_map.h.
Y position.
Definition at line 94 of file region_map.h.
1.7.4