UFO: Alien Invasion
Loading...
Searching...
No Matches
hudRadarImage_t Struct Reference

Each maptile must have an entry in the images array. More...

Collaboration diagram for hudRadarImage_t:
Collaboration graph

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

Detailed Description

Each maptile must have an entry in the images array.

Definition at line 40 of file ui_node_radar.cpp.

Field Documentation

◆ gridHeight

int hudRadarImage_t::gridHeight

Definition at line 55 of file ui_node_radar.cpp.

Referenced by UI_InitRadar().

◆ gridWidth

int hudRadarImage_t::gridWidth

Definition at line 56 of file ui_node_radar.cpp.

Referenced by UI_InitRadar().

◆ gridX

int hudRadarImage_t::gridX

◆ gridY

int hudRadarImage_t::gridY

random map assembly x and y positions,

See also
UNIT_SIZE

Definition at line 54 of file ui_node_radar.cpp.

Referenced by uiRadarNode::draw(), UI_BuildRadarImageList(), UI_GetRadarWidth(), and UI_InitRadar().

◆ height

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().

◆ isTile

bool hudRadarImage_t::isTile

Definition at line 53 of file ui_node_radar.cpp.

Referenced by UI_BuildRadarImageList(), and UI_InitRadar().

◆ mapHeight

float hudRadarImage_t::mapHeight

Definition at line 51 of file ui_node_radar.cpp.

Referenced by uiRadarNode::draw(), and UI_InitRadar().

◆ mapWidth

float hudRadarImage_t::mapWidth

Definition at line 50 of file ui_node_radar.cpp.

Referenced by uiRadarNode::draw(), and UI_InitRadar().

◆ mapX

float hudRadarImage_t::mapX

Definition at line 48 of file ui_node_radar.cpp.

Referenced by uiRadarNode::draw(), UI_BuildRadarImageList(), and UI_InitRadar().

◆ mapY

float hudRadarImage_t::mapY

Definition at line 49 of file ui_node_radar.cpp.

Referenced by uiRadarNode::draw(), UI_BuildRadarImageList(), and UI_InitRadar().

◆ maxlevel

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().

◆ name

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().

◆ path

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().

◆ width

int hudRadarImage_t::width

Definition at line 45 of file ui_node_radar.cpp.

Referenced by uiRadarNode::draw(), UI_GetRadarWidth(), and UI_InitRadar().

◆ x

int hudRadarImage_t::x

Definition at line 44 of file ui_node_radar.cpp.

Referenced by uiRadarNode::draw(), and UI_InitRadar().

◆ y

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().


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