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_s::gridHeight |
Definition at line 55 of file ui_node_radar.cpp.
Referenced by UI_InitRadar().
int hudRadarImage_s::gridWidth |
Definition at line 56 of file ui_node_radar.cpp.
Referenced by UI_InitRadar().
int hudRadarImage_s::gridX |
Definition at line 54 of file ui_node_radar.cpp.
Referenced by uiRadarNode::draw(), UI_BuildRadarImageList(), UI_GetRadarWidth(), and UI_InitRadar().
int hudRadarImage_s::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_s::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_s::isTile |
Definition at line 53 of file ui_node_radar.cpp.
Referenced by UI_BuildRadarImageList(), and UI_InitRadar().
float hudRadarImage_s::mapHeight |
Definition at line 51 of file ui_node_radar.cpp.
Referenced by uiRadarNode::draw(), and UI_InitRadar().
float hudRadarImage_s::mapWidth |
Definition at line 50 of file ui_node_radar.cpp.
Referenced by uiRadarNode::draw(), and UI_InitRadar().
float hudRadarImage_s::mapX |
Definition at line 48 of file ui_node_radar.cpp.
Referenced by uiRadarNode::draw(), UI_BuildRadarImageList(), and UI_InitRadar().
float hudRadarImage_s::mapY |
Definition at line 49 of file ui_node_radar.cpp.
Referenced by uiRadarNode::draw(), UI_BuildRadarImageList(), and UI_InitRadar().
int hudRadarImage_s::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_s::name |
the mapname
Definition at line 42 of file ui_node_radar.cpp.
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 43 of file ui_node_radar.cpp.
Referenced by uiRadarNode::draw(), UI_FreeRadarImages(), and UI_InitRadar().
int hudRadarImage_s::width |
Definition at line 45 of file ui_node_radar.cpp.
Referenced by uiRadarNode::draw(), UI_GetRadarWidth(), and UI_InitRadar().
int hudRadarImage_s::x |
Definition at line 44 of file ui_node_radar.cpp.
Referenced by uiRadarNode::draw(), and UI_InitRadar().
int hudRadarImage_s::y |
screen coordinates for the image
Definition at line 44 of file ui_node_radar.cpp.
Referenced by uiRadarNode::draw(), and UI_InitRadar().