#include <cp_transfer_callbacks.h>
Data Fields | |
aircraft_t * | transferStartAircraft |
Current selected aircraft for transfer (if transfer started from mission). | |
base_t * | transferBase |
Current selected base for transfer. | |
transferType_t | currentTransferType |
Current transfer type (item, employee, alien, aircraft). | |
transferCargo_t | cargo [MAX_CARGO] |
Current cargo onboard. | |
int | trItemsTmp [MAX_OBJDEFS] |
Current item cargo. Amount of items for each object definition index. | |
int | trAliensTmp [MAX_TEAMDEFS][TRANS_ALIEN_MAX] |
Current alien cargo. [0] alive [1] dead. | |
employee_t * | trEmployeesTmp [MAX_EMPL][MAX_EMPLOYEES] |
Current personnel cargo. | |
int | trAircraftsTmp [MAX_AIRCRAFT] |
Current aircraft for transfer. | |
int | trCargoCountTmp |
Current cargo type count (updated in TR_CargoList). |
Definition at line 42 of file cp_transfer_callbacks.h.
transferCargo_t transferData_s::cargo[MAX_CARGO] |
Current cargo onboard.
Definition at line 53 of file cp_transfer_callbacks.h.
Referenced by TR_CargoList(), and TR_CargoListSelect_f().
Current transfer type (item, employee, alien, aircraft).
Definition at line 50 of file cp_transfer_callbacks.h.
Referenced by TR_CargoListSelect_f(), TR_TransferBaseSelect(), TR_TransferListClear_f(), TR_TransferListSelect_f(), TR_TransferSelect(), TR_TransferSelect_f(), and TR_TransferStart_f().
int transferData_s::trAircraftsTmp[MAX_AIRCRAFT] |
Current aircraft for transfer.
Definition at line 65 of file cp_transfer_callbacks.h.
Referenced by TR_AircraftListSelect(), TR_CargoList(), TR_CargoListSelect_f(), TR_CheckAircraft(), TR_Init_f(), TR_InitCallbacks(), TR_TransferClose_f(), TR_TransferListClear_f(), TR_TransferListSelect_f(), TR_TransferStart(), and TR_TransferStart_f().
int transferData_s::trAliensTmp[MAX_TEAMDEFS][TRANS_ALIEN_MAX] |
Current alien cargo. [0] alive [1] dead.
Definition at line 59 of file cp_transfer_callbacks.h.
Referenced by TR_CargoList(), TR_CargoListSelect_f(), TR_CheckAlien(), TR_TransferClose_f(), TR_TransferListClear_f(), TR_TransferListSelect_f(), TR_TransferSelect(), TR_TransferStart(), and TR_TransferStart_f().
Current selected base for transfer.
Definition at line 47 of file cp_transfer_callbacks.h.
Referenced by TR_CargoListSelect_f(), TR_GetTransferEmployee(), TR_Init_f(), TR_TransferBaseSelect(), TR_TransferList_Scroll_f(), TR_TransferListClear_f(), TR_TransferListSelect_f(), TR_TransferSelect_f(), TR_TransferStart(), and TR_TransferStart_f().
Current selected aircraft for transfer (if transfer started from mission).
Definition at line 44 of file cp_transfer_callbacks.h.
Referenced by TR_TransferAliensFromMission_f(), and TR_TransferBaseListClick_f().
Current cargo type count (updated in TR_CargoList).
Definition at line 68 of file cp_transfer_callbacks.h.
Referenced by TR_CargoList(), and TR_TransferStart().
employee_t* transferData_s::trEmployeesTmp[MAX_EMPL][MAX_EMPLOYEES] |
Current personnel cargo.
Definition at line 62 of file cp_transfer_callbacks.h.
Referenced by TR_CargoList(), TR_CargoListSelect_f(), TR_CheckEmployee(), TR_GetTransferEmployee(), TR_Init_f(), TR_TransferClose_f(), TR_TransferListClear_f(), TR_TransferListSelect_f(), TR_TransferSelect(), TR_TransferStart(), and TR_TransferStart_f().
int transferData_s::trItemsTmp[MAX_OBJDEFS] |
Current item cargo. Amount of items for each object definition index.
Definition at line 56 of file cp_transfer_callbacks.h.
Referenced by TR_CargoList(), TR_CargoListSelect_f(), TR_CheckItem(), TR_TransferClose_f(), TR_TransferList_Scroll_f(), TR_TransferListClear_f(), TR_TransferListSelect_f(), TR_TransferSelect(), TR_TransferStart(), and TR_TransferStart_f().