|
UFO: Alien Invasion
|
#include <cl_shared.h>

Data Fields | |
| bool | active |
| bool | nationOverlay |
| bool | xviOverlay |
| bool | radarOverlay |
| const char * | map |
| class DateTime | 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 55 of file cl_shared.h.
| bool geoscapeData_t::active |
Definition at line 56 of file cl_shared.h.
| class DateTime geoscapeData_t::date |
Definition at line 61 of file cl_shared.h.
| void* geoscapeData_t::geoscapeNode |
Definition at line 72 of file cl_shared.h.
| const char* geoscapeData_t::map |
Definition at line 60 of file cl_shared.h.
| bool geoscapeData_t::nationOverlay |
Definition at line 57 of file cl_shared.h.
| byte geoscapeData_t::r_radarPic[RADAR_WIDTH *RADAR_HEIGHT] |
this is the data that is used with r_radarTexture
Definition at line 67 of file cl_shared.h.
| byte geoscapeData_t::r_radarSourcePic[RADAR_WIDTH *RADAR_HEIGHT] |
this is the data that is used with r_radarTexture
Definition at line 70 of file cl_shared.h.
| byte geoscapeData_t::r_xviAlpha[XVI_WIDTH *XVI_HEIGHT] |
this is the data that is used with r_xviTexture
Definition at line 64 of file cl_shared.h.
| bool geoscapeData_t::radarOverlay |
Definition at line 59 of file cl_shared.h.
| bool geoscapeData_t::xviOverlay |
Definition at line 58 of file cl_shared.h.