naev 0.12.5
ovr_marker_t Struct Reference

An overlay map marker. More...

Collaboration diagram for ovr_marker_t:

Data Fields

unsigned int id
char * text
ovr_marker_type_t type
int refcount
vec2 pos
MapOverlayPos mo
union { 
   struct { 
      double   r 
      vec2   textpos 
   }   circle
u

Detailed Description

An overlay map marker.

Definition at line 46 of file map_overlay.c.

Field Documentation

◆ id

unsigned int ovr_marker_t::id

ID of the marker.

Definition at line 47 of file map_overlay.c.

◆ mo

MapOverlayPos ovr_marker_t::mo

Map overlay display position.

Definition at line 52 of file map_overlay.c.

◆ pos

vec2 ovr_marker_t::pos

Center of the marker.

Definition at line 51 of file map_overlay.c.

◆ r

double ovr_marker_t::r

Definition at line 55 of file map_overlay.c.

◆ refcount

int ovr_marker_t::refcount

Refcount.

Definition at line 50 of file map_overlay.c.

◆ text

char* ovr_marker_t::text

Marker display text.

Definition at line 48 of file map_overlay.c.

◆ textpos

vec2 ovr_marker_t::textpos

Definition at line 56 of file map_overlay.c.

◆ type

ovr_marker_type_t ovr_marker_t::type

Marker type.

Definition at line 49 of file map_overlay.c.

◆ [union]

union { ... } ovr_marker_t::u

Type data.


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