Menu related callback functions for the team menu. More...
Go to the source code of this file.
Functions | |
void | CP_TEAM_InitCallbacks (void) |
void | CP_TEAM_ShutdownCallbacks (void) |
Variables | |
linkedList_t * | employeeList |
int | employeesInCurrentList |
Menu related callback functions for the team menu.
Definition in file cp_team_callbacks.h.
void CP_TEAM_InitCallbacks | ( | void | ) |
Definition at line 441 of file cp_team_callbacks.c.
References CL_ActorPilotSelect_f(), CL_ActorTeamSelect_f(), CL_AssignPilot_f(), CL_AssignSoldier_f(), CL_UpdateEquipmentMenuParameters_f(), CL_UpdatePilotList_f(), CL_UpdateSoldierList_f(), Cmd_AddCommand(), soldierListPos, and soldierListSize.
Referenced by CP_AddCampaignCallbackCommands().
void CP_TEAM_ShutdownCallbacks | ( | void | ) |
Definition at line 459 of file cp_team_callbacks.c.
References Cmd_RemoveCommand().
Referenced by CP_RemoveCampaignCallbackCommands().
< ui_inventory
Definition at line 45 of file cp_employee_callbacks.c.
Definition at line 48 of file cp_employee_callbacks.c.
Referenced by CL_UpdateEmployeeList(), E_EmployeeList_f(), E_EmployeeSelect_f(), and E_GenerateHiredEmployeesList().