|
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 |
| DateTime | arrive |
| float | condition |
| installation_t * | installation |
| production_t * | disassembly |
Structure for stored UFOs.
Definition at line 45 of file cp_uforecovery.h.
| DateTime storedUFO_t::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_t::comp |
Definition at line 48 of file cp_uforecovery.h.
Referenced by PR_CalculateTotalFrames(), PR_DisassemblyInfo(), PR_FinishDisassembly(), TEST_F(), US_LoadXML(), and US_StoreUFO().
| float storedUFO_t::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_t::disassembly |
Definition at line 60 of file cp_uforecovery.h.
Referenced by US_LoadXML(), US_RemoveStoredUFO(), US_StoredUFOStatus(), US_StoreUFO(), and US_TransferUFO().
| char storedUFO_t::id[MAX_VAR] |
Definition at line 47 of file cp_uforecovery.h.
Referenced by PR_DisassemblyInfo(), US_LoadXML(), and US_StoreUFO().
| int storedUFO_t::idx |
Definition at line 46 of file cp_uforecovery.h.
Referenced by US_DestroyStoredUFO_f(), US_LoadXML(), US_SelectStoredUfo_f(), and US_StoreUFO().
| installation_t* storedUFO_t::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_t::status |
Definition at line 51 of file cp_uforecovery.h.
Referenced by TEST_F(), TEST_F(), US_LoadXML(), US_StoredUFOStatus(), US_StoreUFO(), and US_TransferUFO().
| const aircraft_t* storedUFO_t::ufoTemplate |
Definition at line 49 of file cp_uforecovery.h.
Referenced by PR_DisassemblyInfo(), PR_FinishDisassembly(), PR_ProductionListRightClick_f(), PR_UpdateProductionList(), US_LoadXML(), US_SelectStoredUfo_f(), and US_StoreUFO().