UFO: Alien Invasion
|
Transfer information (they are being stored in ccs.transfers). More...
#include <cp_transfer.h>
Data Fields | |
base_t * | destBase |
base_t * | srcBase |
date_t | event |
int | antimatter |
class ItemCargo * | itemCargo |
class AlienCargo * | alienCargo |
linkedList_t * | employees [MAX_EMPL] |
linkedList_t * | aircraft |
bool | hasItems |
bool | hasEmployees |
Transfer information (they are being stored in ccs.transfers).
Definition at line 31 of file cp_transfer.h.
linkedList_t* transfer_s::aircraft |
Definition at line 40 of file cp_transfer.h.
Referenced by TR_Add_f(), TR_AircraftListSelect(), TR_CargoList(), TR_ClearTempCargo(), TR_DestinationCapacityList_f(), TR_EmptyTransferCargo(), TR_FillAircraft(), TR_LoadXML(), and TR_TransferStart().
class AlienCargo* transfer_s::alienCargo |
Definition at line 38 of file cp_transfer.h.
Referenced by TR_Add_f(), TR_CargoList(), TR_ClearTempCargo(), TR_DestinationCapacityList_f(), TR_EmptyTransferCargo(), TR_FillAliens(), TR_LoadXML(), and TR_TransferStart().
int transfer_s::antimatter |
Definition at line 36 of file cp_transfer.h.
Referenced by TR_Add_f(), TR_CargoList(), TR_ClearTempCargo(), TR_DestinationCapacityList_f(), TR_EmptyTransferCargo(), TR_FillItems(), and TR_TransferStart().
base_t* transfer_s::destBase |
Pointer to destination base. May not be nullptr if active is true.
Definition at line 32 of file cp_transfer.h.
Referenced by TEST_F(), TR_Add_f(), TR_Fill_f(), TR_Init_f(), TR_LoadXML(), TR_TransferBaseSelect(), TR_TransferEnd(), TR_TransferListClear_f(), TR_TransferStart(), and TR_TransferStart_f().
linkedList_t* transfer_s::employees[MAX_EMPL] |
Definition at line 39 of file cp_transfer.h.
Referenced by TR_Add_f(), TR_CargoList(), TR_ClearTempCargo(), TR_DestinationCapacityList_f(), TR_FillEmployees(), TR_LoadXML(), and TR_TransferStart().
date_t transfer_s::event |
When the transfer finish process should start.
Definition at line 34 of file cp_transfer.h.
Referenced by TEST_F(), TR_LoadXML(), and TR_TransferStart().
bool transfer_s::hasEmployees |
Transfer of employees.
Definition at line 43 of file cp_transfer.h.
Referenced by TR_EmptyTransferCargo(), TR_LoadXML(), and TR_TransferStart().
bool transfer_s::hasItems |
Transfer of items.
Definition at line 42 of file cp_transfer.h.
class ItemCargo* transfer_s::itemCargo |
Definition at line 37 of file cp_transfer.h.
Referenced by TEST_F(), TR_Add_f(), TR_CargoList(), TR_ClearTempCargo(), TR_DestinationCapacityList_f(), TR_EmptyTransferCargo(), TR_FillItems(), TR_LoadXML(), and TR_TransferStart().
base_t* transfer_s::srcBase |
Pointer to source base. May be nullptr if transfer comes from a mission (alien body recovery).
Definition at line 33 of file cp_transfer.h.
Referenced by TR_EmptyTransferCargo(), TR_LoadXML(), and TR_TransferStart().