UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
popup_intercept_s Struct Reference

Data Fields

int numAircraft
 
aircraft_taircraft [POPUP_INTERCEPT_MAX_AIRCRAFT]
 
mission_tmission
 
aircraft_tufo
 

Detailed Description

Definition at line 40 of file cp_popup.cpp.

Field Documentation

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().


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