|
UFO: Alien Invasion
|
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 |
| bool | isTile |
| int | gridX |
| int | gridY |
| int | gridHeight |
| int | gridWidth |
| int | maxlevel |
Each maptile must have an entry in the images array.
Definition at line 40 of file ui_node_radar.cpp.
| int hudRadarImage_t::gridHeight |
Definition at line 55 of file ui_node_radar.cpp.
Referenced by UI_InitRadar().
| int hudRadarImage_t::gridWidth |
Definition at line 56 of file ui_node_radar.cpp.
Referenced by UI_InitRadar().
| int hudRadarImage_t::gridX |
Definition at line 54 of file ui_node_radar.cpp.
Referenced by uiRadarNode::draw(), UI_BuildRadarImageList(), UI_GetRadarWidth(), and UI_InitRadar().
| int hudRadarImage_t::gridY |
random map assembly x and y positions,
Definition at line 54 of file ui_node_radar.cpp.
Referenced by uiRadarNode::draw(), UI_BuildRadarImageList(), UI_GetRadarWidth(), and UI_InitRadar().
| int hudRadarImage_t::height |
the width and height of the image
Definition at line 45 of file ui_node_radar.cpp.
Referenced by uiRadarNode::draw(), UI_GetRadarWidth(), and UI_InitRadar().
| bool hudRadarImage_t::isTile |
Definition at line 53 of file ui_node_radar.cpp.
Referenced by UI_BuildRadarImageList(), and UI_InitRadar().
| float hudRadarImage_t::mapHeight |
Definition at line 51 of file ui_node_radar.cpp.
Referenced by uiRadarNode::draw(), and UI_InitRadar().
| float hudRadarImage_t::mapWidth |
Definition at line 50 of file ui_node_radar.cpp.
Referenced by uiRadarNode::draw(), and UI_InitRadar().
| float hudRadarImage_t::mapX |
Definition at line 48 of file ui_node_radar.cpp.
Referenced by uiRadarNode::draw(), UI_BuildRadarImageList(), and UI_InitRadar().
| float hudRadarImage_t::mapY |
Definition at line 49 of file ui_node_radar.cpp.
Referenced by uiRadarNode::draw(), UI_BuildRadarImageList(), and UI_InitRadar().
| int hudRadarImage_t::maxlevel |
the maxlevel for this image
Definition at line 57 of file ui_node_radar.cpp.
Referenced by uiRadarNode::draw(), UI_FreeRadarImages(), and UI_InitRadar().
| char* hudRadarImage_t::name |
the mapname
Definition at line 42 of file ui_node_radar.cpp.
Referenced by UI_BuildRadarImageList(), UI_FreeRadarImages(), and UI_InitRadar().
| char* hudRadarImage_t::path[PATHFINDING_HEIGHT] |
the path to the image (including name)
Definition at line 43 of file ui_node_radar.cpp.
Referenced by uiRadarNode::draw(), UI_FreeRadarImages(), and UI_InitRadar().
| int hudRadarImage_t::width |
Definition at line 45 of file ui_node_radar.cpp.
Referenced by uiRadarNode::draw(), UI_GetRadarWidth(), and UI_InitRadar().
| int hudRadarImage_t::x |
Definition at line 44 of file ui_node_radar.cpp.
Referenced by uiRadarNode::draw(), and UI_InitRadar().
| int hudRadarImage_t::y |
screen coordinates for the image
Definition at line 44 of file ui_node_radar.cpp.
Referenced by uiRadarNode::draw(), and UI_InitRadar().