Data Fields | |
int | numAircraft |
aircraft_t * | aircraft [POPUP_INTERCEPT_MAX_AIRCRAFT] |
mission_t * | mission |
aircraft_t * | ufo |
Definition at line 77 of file cp_popup.c.
aircraft_t* popup_intercept_s::aircraft[POPUP_INTERCEPT_MAX_AIRCRAFT] |
List of aircrafts.
Definition at line 79 of file cp_popup.c.
Referenced by CL_DisplayPopupInterceptMission(), CL_DisplayPopupInterceptUFO(), and CL_PopupInterceptGetAircraft_f().
Mission the selected aircraft have to move to
Definition at line 80 of file cp_popup.c.
Referenced by CL_DisplayPopupInterceptMission(), CL_DisplayPopupInterceptUFO(), and CL_PopupInterceptClick_f().
Count of aircraft displayed in list
Definition at line 78 of file cp_popup.c.
Referenced by CL_DisplayPopupInterceptMission(), CL_DisplayPopupInterceptUFO(), and CL_PopupInterceptGetAircraft_f().
UFO the selected aircraft have to move to
Definition at line 81 of file cp_popup.c.
Referenced by CL_DisplayPopupInterceptMission(), CL_DisplayPopupInterceptUFO(), and CL_PopupInterceptClick_f().