naev 0.10.4
Data Fields
ovr_marker_t Struct Reference

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
 

Detailed Description

An overlay map marker.

Definition at line 44 of file map_overlay.c.

Field Documentation

◆ id

unsigned int ovr_marker_t::id

ID of the marker.

Definition at line 45 of file map_overlay.c.

◆ r

double ovr_marker_t::r

Definition at line 53 of file map_overlay.c.

◆ refcount

int ovr_marker_t::refcount

Refcount.

Definition at line 48 of file map_overlay.c.

◆ text

char* ovr_marker_t::text

Marker display text.

Definition at line 46 of file map_overlay.c.

◆ type

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.

◆ x

double ovr_marker_t::x

X center of the marker.

Definition at line 49 of file map_overlay.c.

◆ y

double ovr_marker_t::y

Y center of the marker.

Definition at line 50 of file map_overlay.c.


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