UFO: Alien Invasion
storedUFO_t Struct Reference

Structure for stored UFOs. More...

#include <cp_uforecovery.h>

Collaboration diagram for storedUFO_t:
Collaboration graph

Data Fields

int idx
 
char id [MAX_VAR]
 
struct components_s * comp
 
const aircraft_tufoTemplate
 
storedUFOStatus_t status
 
DateTime arrive
 
float condition
 
installation_tinstallation
 
production_tdisassembly
 

Detailed Description

Structure for stored UFOs.

Definition at line 45 of file cp_uforecovery.h.

Field Documentation

◆ arrive

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().

◆ comp

struct components_s* storedUFO_t::comp

◆ condition

float storedUFO_t::condition

◆ disassembly

production_t* storedUFO_t::disassembly

◆ id

char storedUFO_t::id[MAX_VAR]

Definition at line 47 of file cp_uforecovery.h.

Referenced by PR_DisassemblyInfo(), US_LoadXML(), and US_StoreUFO().

◆ idx

int storedUFO_t::idx

◆ installation

◆ status

storedUFOStatus_t storedUFO_t::status

Definition at line 51 of file cp_uforecovery.h.

Referenced by TEST_F(), US_LoadXML(), US_StoredUFOStatus(), US_StoreUFO(), and US_TransferUFO().

◆ ufoTemplate


The documentation for this struct was generated from the following file: