Structure for stored UFOs. More...
#include <cp_uforecovery.h>
Data Fields | |
int | idx |
char | id [MAX_VAR] |
components_t * | 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 45 of file cp_uforecovery.h.
Definition at line 53 of file cp_uforecovery.h.
Referenced by UR_ProcessActive(), US_LoadXML(), US_SaveXML(), and US_StoreUFO().
Definition at line 48 of file cp_uforecovery.h.
Referenced by PR_CalculateProductionPercentDone(), PR_DisassemblingFrame(), PR_DisassemblyInfo(), US_LoadXML(), and US_StoreUFO().
float storedUFO_s::condition |
Definition at line 55 of file cp_uforecovery.h.
Referenced by PR_DisassemblingFrame(), PR_DisassemblyInfo(), PR_UpdateProductionList(), US_LoadXML(), US_SaveXML(), and US_StoreUFO().
Definition at line 61 of file cp_uforecovery.h.
Referenced by PR_LoadXML(), PR_QueueDelete(), PR_QueueMove(), PR_QueueNew(), PR_UpdateProductionList(), US_LoadXML(), US_RemoveStoredUFO(), and US_StoreUFO().
char storedUFO_s::id[MAX_VAR] |
Definition at line 47 of file cp_uforecovery.h.
Referenced by PR_DisassemblyInfo(), US_LoadXML(), US_SaveXML(), and US_StoreUFO().
int storedUFO_s::idx |
Definition at line 46 of file cp_uforecovery.h.
Referenced by PR_SaveXML(), US_GetStoredUFOByIDX(), US_LoadXML(), US_SaveXML(), and US_StoreUFO().
Definition at line 58 of file cp_uforecovery.h.
Referenced by INS_DestroyInstallation(), PR_CalculateProductionPercentDone(), PR_DisassemblyInfo(), PR_UpdateProductionList(), UR_ProcessActive(), US_GetClosestStoredUFO(), US_LoadXML(), US_RemoveStoredUFO(), US_RemoveUFOsExceedingCapacity(), US_SaveXML(), US_StoreUFO(), and US_UFOsInStorage().
Definition at line 51 of file cp_uforecovery.h.
Referenced by PR_UpdateProductionList(), UR_ProcessActive(), US_GetClosestStoredUFO(), US_LoadXML(), US_SaveXML(), US_StoreUFO(), and US_UFOsInStorage().
Definition at line 49 of file cp_uforecovery.h.
Referenced by BaseSummary_Init(), PR_DecreaseProduction(), PR_DisassemblingFrame(), PR_DisassemblyInfo(), PR_ProductionIncrease_f(), PR_ProductionListRightClick_f(), PR_QueueDelete(), PR_QueueNew(), PR_UpdateProductionList(), UR_ProcessActive(), US_GetClosestStoredUFO(), US_LoadXML(), US_RemoveStoredUFO(), US_StoreUFO(), and US_UFOsInStorage().