transferData_s Struct Reference

#include <cp_transfer_callbacks.h>

Collaboration diagram for transferData_s:
Collaboration graph
[legend]

Data Fields

aircraft_ttransferStartAircraft
 Current selected aircraft for transfer (if transfer started from mission).
base_ttransferBase
 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_ttrEmployeesTmp [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).

Detailed Description

Definition at line 42 of file cp_transfer_callbacks.h.


Field Documentation

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]
int transferData_s::trAliensTmp[MAX_TEAMDEFS][TRANS_ALIEN_MAX]

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]
int transferData_s::trItemsTmp[MAX_OBJDEFS]

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

Generated by  doxygen 1.6.2