|
UFO: Alien Invasion
|
Alien Base. More...
#include <cp_alienbase.h>

Data Fields | |
| int | idx |
| vec2_t | pos |
| int | supply |
| float | stealth |
Alien Base.
Definition at line 28 of file cp_alienbase.h.
| int alienBase_t::idx |
idx of base in alienBases[]
Definition at line 29 of file cp_alienbase.h.
Referenced by AB_BuildBase(), AB_LoadXML(), MIS_LoadXML(), and MIS_SaveXML().
| vec2_t alienBase_t::pos |
position of the base (longitude, latitude)
Definition at line 30 of file cp_alienbase.h.
Referenced by AB_BuildBase(), AB_LoadXML(), AB_UpdateStealthForOneBase(), CP_BuildBaseMissionIsSuccess(), CP_SpawnAlienBaseMission(), CP_SupplyGoToBase(), CP_SupplyMissionIsSuccess(), and TEST_F().
| float alienBase_t::stealth |
How much PHALANX know this base. Decreases depending on PHALANX observation and base is known if stealth < 0
Definition at line 32 of file cp_alienbase.h.
Referenced by AB_BuildBase(), AB_LoadXML(), AB_SupplyBase(), AB_UpdateStealthForOneBase(), TEST_F(), and TEST_F().
| int alienBase_t::supply |
Number of supply missions this base was already involved in
Definition at line 31 of file cp_alienbase.h.
Referenced by AB_LoadXML(), AB_SupplyBase(), AB_UpdateStealthForOneBase(), TEST_F(), and TEST_F().