|
Atrinik Client 2.5
|
#include <region_map.h>
Data Fields | |
| int | x |
| int | y |
| char * | name |
| char * | text |
| int | hidden |
Single map label.
Definition at line 64 of file region_map.h.
The 'hidden' status of this label:
-1: Shown by default. 0: Was hidden using label_hide but server told us to show it. 1: Hidden by label_hide command.
Definition at line 84 of file region_map.h.
Unique name of the label.
Definition at line 73 of file region_map.h.
Text of the label (markup allowed).
Definition at line 76 of file region_map.h.
X position.
Definition at line 67 of file region_map.h.
Y position.
Definition at line 70 of file region_map.h.
1.7.4