UFO: Alien Invasion
|
Data Fields | |
int | numAircraft |
aircraft_t * | aircraft [POPUP_INTERCEPT_MAX_AIRCRAFT] |
mission_t * | mission |
aircraft_t * | ufo |
Definition at line 40 of file cp_popup.cpp.
aircraft_t* popup_intercept_s::aircraft[POPUP_INTERCEPT_MAX_AIRCRAFT] |
List of aircrafts.
Definition at line 42 of file cp_popup.cpp.
Referenced by CL_DisplayPopupInterceptMission(), CL_DisplayPopupInterceptUFO(), and CL_PopupInterceptGetAircraft().
mission_t* popup_intercept_s::mission |
Mission the selected aircraft have to move to
Definition at line 43 of file cp_popup.cpp.
Referenced by CL_DisplayPopupInterceptMission(), CL_DisplayPopupInterceptUFO(), and CL_PopupInterceptClick_f().
int popup_intercept_s::numAircraft |
Count of aircraft displayed in list
Definition at line 41 of file cp_popup.cpp.
Referenced by CL_DisplayPopupInterceptMission(), CL_DisplayPopupInterceptUFO(), and CL_PopupInterceptGetAircraft().
aircraft_t* popup_intercept_s::ufo |
UFO the selected aircraft have to move to
Definition at line 44 of file cp_popup.cpp.
Referenced by CL_DisplayPopupInterceptMission(), CL_DisplayPopupInterceptUFO(), and CL_PopupInterceptClick_f().