UFO: Alien Invasion
|
Structure for stored UFOs. More...
#include <cp_uforecovery.h>
Data Fields | |
int | idx |
char | id [MAX_VAR] |
struct components_s * | comp |
const aircraft_t * | ufoTemplate |
storedUFOStatus_t | status |
date_t | arrive |
float | condition |
installation_t * | installation |
production_t * | disassembly |
Structure for stored UFOs.
Definition at line 44 of file cp_uforecovery.h.
date_t storedUFO_s::arrive |
Definition at line 52 of file cp_uforecovery.h.
Referenced by US_LoadXML(), US_SelectStoredUfo_f(), US_StoreUFO(), and US_TransferUFO().
struct components_s* storedUFO_s::comp |
Definition at line 47 of file cp_uforecovery.h.
Referenced by PR_CalculateTotalFrames(), PR_DisassemblyInfo(), PR_FinishDisassembly(), TEST_F(), US_LoadXML(), and US_StoreUFO().
float storedUFO_s::condition |
Definition at line 54 of file cp_uforecovery.h.
Referenced by PR_DisassemblyInfo(), PR_FinishDisassembly(), PR_UpdateProductionList(), US_LoadXML(), US_SelectStoredUfo_f(), and US_StoreUFO().
production_t* storedUFO_s::disassembly |
Definition at line 60 of file cp_uforecovery.h.
Referenced by PR_ResetUFODisassembly(), PR_SetUFODisassembly(), US_LoadXML(), US_RemoveStoredUFO(), US_StoredUFOStatus(), US_StoreUFO(), and US_TransferUFO().
char storedUFO_s::id[MAX_VAR] |
Definition at line 46 of file cp_uforecovery.h.
Referenced by PR_DisassemblyInfo(), US_LoadXML(), and US_StoreUFO().
int storedUFO_s::idx |
Definition at line 45 of file cp_uforecovery.h.
Referenced by PR_SaveXML(), US_DestroyStoredUFO_f(), US_LoadXML(), US_SelectStoredUfo_f(), and US_StoreUFO().
installation_t* storedUFO_s::installation |
Definition at line 57 of file cp_uforecovery.h.
Referenced by PR_CalculateTotalFrames(), PR_DisassemblyInfo(), PR_UpdateProductionList(), US_DestroyStoredUFO_f(), US_FillUFOTransfer_f(), US_LoadXML(), US_RemoveStoredUFO(), US_SelectStoredUfo_f(), US_StoreUFO(), and US_TransferUFO().
storedUFOStatus_t storedUFO_s::status |
Definition at line 50 of file cp_uforecovery.h.
Referenced by TEST_F(), US_LoadXML(), US_StoredUFOStatus(), US_StoreUFO(), and US_TransferUFO().
const aircraft_t* storedUFO_s::ufoTemplate |
Definition at line 48 of file cp_uforecovery.h.
Referenced by PR_DisassemblyInfo(), PR_FinishDisassembly(), PR_GetName(), PR_GetTech(), PR_ProductionListRightClick_f(), PR_UpdateProductionList(), US_LoadXML(), US_SelectStoredUfo_f(), and US_StoreUFO().