Each maptile must have an entry in the images array. More...
Data Fields | |
char * | name |
char * | path [PATHFINDING_HEIGHT] |
int | x |
int | y |
int | width |
int | height |
float | mapX |
float | mapY |
float | mapWidth |
float | mapHeight |
qboolean | isTile |
int | gridX |
int | gridY |
int | gridHeight |
int | gridWidth |
int | maxlevel |
Each maptile must have an entry in the images array.
Definition at line 43 of file ui_node_radar.c.
Definition at line 46 of file ui_node_radar.c.
Referenced by UI_InitRadar().
Definition at line 47 of file ui_node_radar.c.
Referenced by UI_InitRadar().
Definition at line 45 of file ui_node_radar.c.
Referenced by UI_BuildRadarImageList(), UI_GetRadarWidth(), UI_InitRadar(), and UI_RadarNodeDraw().
random map assembly x and y positions,
Definition at line 45 of file ui_node_radar.c.
Referenced by UI_BuildRadarImageList(), UI_GetRadarWidth(), UI_InitRadar(), and UI_RadarNodeDraw().
the width and height of the image
Definition at line 36 of file ui_node_radar.c.
Referenced by UI_GetRadarWidth(), UI_InitRadar(), and UI_RadarNodeDraw().
Definition at line 44 of file ui_node_radar.c.
Referenced by UI_BuildRadarImageList(), and UI_InitRadar().
Definition at line 42 of file ui_node_radar.c.
Referenced by UI_InitRadar(), and UI_RadarNodeDraw().
Definition at line 41 of file ui_node_radar.c.
Referenced by UI_InitRadar(), and UI_RadarNodeDraw().
float hudRadarImage_s::mapX |
Definition at line 39 of file ui_node_radar.c.
Referenced by UI_BuildRadarImageList(), UI_InitRadar(), and UI_RadarNodeDraw().
float hudRadarImage_s::mapY |
Definition at line 40 of file ui_node_radar.c.
Referenced by UI_BuildRadarImageList(), UI_InitRadar(), and UI_RadarNodeDraw().
the maxlevel for this image
Definition at line 48 of file ui_node_radar.c.
Referenced by UI_FreeRadarImages(), UI_InitRadar(), and UI_RadarNodeDraw().
char* hudRadarImage_s::name |
the mapname
Definition at line 33 of file ui_node_radar.c.
Referenced by UI_BuildRadarImageList(), UI_FreeRadarImages(), and UI_InitRadar().
char* hudRadarImage_s::path[PATHFINDING_HEIGHT] |
the path to the image (including name)
Definition at line 34 of file ui_node_radar.c.
Referenced by UI_FreeRadarImages(), UI_InitRadar(), and UI_RadarNodeDraw().
Definition at line 36 of file ui_node_radar.c.
Referenced by UI_GetRadarWidth(), UI_InitRadar(), and UI_RadarNodeDraw().
Definition at line 35 of file ui_node_radar.c.
Referenced by UI_InitRadar(), and UI_RadarNodeDraw().
screen coordinates for the image
Definition at line 35 of file ui_node_radar.c.
Referenced by UI_InitRadar(), and UI_RadarNodeDraw().