UFO: Alien Invasion
|
#include <cl_shared.h>
Data Fields | |
bool | active |
bool | nationOverlay |
bool | xviOverlay |
bool | radarOverlay |
const char * | map |
date_t | date |
byte | r_xviAlpha [XVI_WIDTH *XVI_HEIGHT] |
byte | r_radarPic [RADAR_WIDTH *RADAR_HEIGHT] |
byte | r_radarSourcePic [RADAR_WIDTH *RADAR_HEIGHT] |
void * | geoscapeNode |
Definition at line 54 of file cl_shared.h.
bool geoscapeData_s::active |
Definition at line 55 of file cl_shared.h.
Referenced by uiGeoscapeNode::draw(), and GEO_Draw().
date_t geoscapeData_s::date |
Definition at line 60 of file cl_shared.h.
Referenced by uiGeoscapeNode::draw(), and GEO_Draw().
void* geoscapeData_s::geoscapeNode |
Definition at line 71 of file cl_shared.h.
Referenced by uiGeoscapeNode::draw(), and GEO_Draw().
const char* geoscapeData_s::map |
Definition at line 59 of file cl_shared.h.
Referenced by uiGeoscapeNode::draw(), and GEO_Draw().
bool geoscapeData_s::nationOverlay |
Definition at line 56 of file cl_shared.h.
Referenced by uiGeoscapeNode::draw(), and GEO_Draw().
byte geoscapeData_s::r_radarPic[RADAR_WIDTH *RADAR_HEIGHT] |
this is the data that is used with r_radarTexture
Definition at line 66 of file cl_shared.h.
Referenced by GAME_GetImportData().
byte geoscapeData_s::r_radarSourcePic[RADAR_WIDTH *RADAR_HEIGHT] |
this is the data that is used with r_radarTexture
Definition at line 69 of file cl_shared.h.
Referenced by GAME_GetImportData().
byte geoscapeData_s::r_xviAlpha[XVI_WIDTH *XVI_HEIGHT] |
this is the data that is used with r_xviTexture
Definition at line 63 of file cl_shared.h.
Referenced by GAME_GetImportData().
bool geoscapeData_s::radarOverlay |
Definition at line 58 of file cl_shared.h.
Referenced by uiGeoscapeNode::draw(), and GEO_Draw().
bool geoscapeData_s::xviOverlay |
Definition at line 57 of file cl_shared.h.
Referenced by uiGeoscapeNode::draw(), and GEO_Draw().