Header file for menu related console command callbacks. More...
Go to the source code of this file.
Data Structures | |
struct | transferData_s |
Typedefs | |
typedef struct transferData_s | transferData_t |
Enumerations | |
enum | transferType_t { TRANS_TYPE_INVALID = -1, TRANS_TYPE_ITEM, TRANS_TYPE_EMPLOYEE, TRANS_TYPE_ALIEN, TRANS_TYPE_AIRCRAFT, TRANS_TYPE_MAX } |
transfer types More... | |
Functions | |
void | TR_InitCallbacks (void) |
void | TR_ShutdownCallbacks (void) |
Header file for menu related console command callbacks.
Definition in file cp_transfer_callbacks.h.
typedef struct transferData_s transferData_t |
enum transferType_t |
transfer types
TRANS_TYPE_INVALID | |
TRANS_TYPE_ITEM | |
TRANS_TYPE_EMPLOYEE | |
TRANS_TYPE_ALIEN | |
TRANS_TYPE_AIRCRAFT | |
TRANS_TYPE_MAX |
Definition at line 32 of file cp_transfer_callbacks.h.
void TR_InitCallbacks | ( | void | ) |
Definition at line 1437 of file cp_transfer_callbacks.c.
References Cmd_AddCommand(), TR_CargoListSelect_f(), TR_Init_f(), TR_SelectBase_f(), TR_TransferAliensFromMission_f(), TR_TransferBaseListClick_f(), TR_TransferClose_f(), TR_TransferList_Scroll_f(), TR_TransferListClear_f(), TR_TransferListSelect_f(), TR_TransferSelect_f(), TR_TransferStart_f(), transferData_s::trAircraftsTmp, and TRANS_LIST_EMPTY_SLOT.
Referenced by CP_AddCampaignCallbackCommands().
void TR_ShutdownCallbacks | ( | void | ) |
Definition at line 1455 of file cp_transfer_callbacks.c.
References Cmd_RemoveCommand().
Referenced by CP_RemoveCampaignCallbackCommands().