Data Fields | |
float | gridHeight |
float | gridWidth |
vec2_t | gridMin |
vec2_t | gridMax |
char | base [MAX_QPATH] |
int | numImages |
hudRadarImage_t | images [MAX_MAPTILES] |
vec3_t | a |
vec3_t | b |
vec3_t | c |
int | x |
int | y |
int | w |
int | h |
Definition at line 63 of file ui_node_radar.c.
three vectors of the triangle, lower left (a), lower right (b), upper right (c) the triangle is something like:
Definition at line 77 of file ui_node_radar.c.
Referenced by UI_InitRadar().
Definition at line 77 of file ui_node_radar.c.
Referenced by UI_InitRadar().
char hudRadar_s::base[MAX_QPATH] |
the base path in case of a random map assembly
Definition at line 67 of file ui_node_radar.c.
Referenced by UI_BuildRadarImageList().
Definition at line 77 of file ui_node_radar.c.
Referenced by UI_InitRadar().
float hudRadar_s::gridHeight |
The dimension of the icons on the radar map
Definition at line 65 of file ui_node_radar.c.
Referenced by UI_InitRadar(), and UI_RadarNodeDraw().
from position string
Definition at line 66 of file ui_node_radar.c.
Referenced by UI_GetRadarWidth().
Definition at line 66 of file ui_node_radar.c.
Referenced by UI_BuildRadarImageList(), UI_GetRadarWidth(), and UI_InitRadar().
float hudRadar_s::gridWidth |
Definition at line 65 of file ui_node_radar.c.
Referenced by UI_InitRadar(), and UI_RadarNodeDraw().
int hudRadar_s::h |
Definition at line 81 of file ui_node_radar.c.
Referenced by UI_GetRadarWidth(), UI_InitRadar(), and UI_RadarNodeDraw().
hudRadarImage_t hudRadar_s::images[MAX_MAPTILES] |
Definition at line 69 of file ui_node_radar.c.
Referenced by UI_BuildRadarImageList(), UI_FreeRadarImages(), UI_GetRadarWidth(), UI_InitRadar(), and UI_RadarNodeDraw().
amount of images in the images array
Definition at line 68 of file ui_node_radar.c.
Referenced by UI_BuildRadarImageList(), UI_FreeRadarImages(), UI_GetRadarWidth(), UI_InitRadar(), and UI_RadarNodeDraw().
int hudRadar_s::w |
radar screen (pixel) dimensions
Definition at line 81 of file ui_node_radar.c.
Referenced by UI_GetRadarWidth(), UI_InitRadar(), and UI_RadarNodeDraw().
int hudRadar_s::x |
radar plane screen (pixel) coordinates
Definition at line 79 of file ui_node_radar.c.
Referenced by UI_InitRadar(), and UI_RadarNodeDraw().
int hudRadar_s::y |
Definition at line 79 of file ui_node_radar.c.
Referenced by UI_InitRadar(), and UI_RadarNodeDraw().