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_s::idx |
idx of base in alienBases[]
Definition at line 29 of file cp_alienbase.h.
Referenced by AB_BuildBase(), AB_LoadXML(), and MIS_SaveXML().
vec2_t alienBase_s::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(), and CP_SupplyMissionIsSuccess().
float alienBase_s::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(), and AB_UpdateStealthForOneBase().
int alienBase_s::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(), and AB_UpdateStealthForOneBase().