UFO: Alien Invasion
popup_intercept_t Struct Reference
Collaboration diagram for popup_intercept_t:
Collaboration graph

Data Fields

int numAircraft
 
aircraft_taircraft [POPUP_INTERCEPT_MAX_AIRCRAFT]
 
mission_tmission
 
aircraft_tufo
 

Detailed Description

Definition at line 41 of file cp_popup.cpp.

Field Documentation

◆ aircraft

aircraft_t* popup_intercept_t::aircraft[POPUP_INTERCEPT_MAX_AIRCRAFT]

List of aircrafts.

Definition at line 43 of file cp_popup.cpp.

Referenced by CL_DisplayPopupInterceptMission(), CL_DisplayPopupInterceptUFO(), and CL_PopupInterceptGetAircraft().

◆ mission

mission_t* popup_intercept_t::mission

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

◆ numAircraft

int popup_intercept_t::numAircraft

Count of aircraft displayed in list

Definition at line 42 of file cp_popup.cpp.

Referenced by CL_DisplayPopupInterceptMission(), CL_DisplayPopupInterceptUFO(), and CL_PopupInterceptGetAircraft().

◆ ufo

aircraft_t* popup_intercept_t::ufo

UFO the selected aircraft have to move to

Definition at line 45 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: