![]() |
naev 0.10.4
|
An overlay map marker. More...
Data Fields | |
| unsigned int | id |
| char * | text |
| ovr_marker_type_t | type |
| int | refcount |
| double | x |
| double | y |
| union { | |
| struct { | |
| double r | |
| } circle | |
| } | u |
An overlay map marker.
Definition at line 44 of file map_overlay.c.
| unsigned int ovr_marker_t::id |
ID of the marker.
Definition at line 45 of file map_overlay.c.
| double ovr_marker_t::r |
Definition at line 53 of file map_overlay.c.
| int ovr_marker_t::refcount |
Refcount.
Definition at line 48 of file map_overlay.c.
| char* ovr_marker_t::text |
Marker display text.
Definition at line 46 of file map_overlay.c.
| ovr_marker_type_t ovr_marker_t::type |
Marker type.
Definition at line 47 of file map_overlay.c.
| union { ... } ovr_marker_t::u |
Type data.
| double ovr_marker_t::x |
X center of the marker.
Definition at line 49 of file map_overlay.c.
| double ovr_marker_t::y |
Y center of the marker.
Definition at line 50 of file map_overlay.c.