| 
Variables | 
| static const AirportMovingData | _airport_moving_data_dummy [] | 
|  | Dummy airport. 
 | 
| static const AirportMovingData | _airport_moving_data_country [22] | 
|  | Country Airfield (small) 4x3. 
 | 
| static const AirportMovingData | _airport_moving_data_commuter [37] | 
|  | Commuter Airfield (small) 5x4. 
 | 
| static const AirportMovingData | _airport_moving_data_city [] | 
|  | City Airport (large) 6x6. 
 | 
| static const AirportMovingData | _airport_moving_data_metropolitan [28] | 
|  | Metropolitan Airport (metropolitan) - 2 runways. 
 | 
| static const AirportMovingData | _airport_moving_data_international [51] | 
|  | International Airport (international) - 2 runways, 6 terminals, dedicated helipad. 
 | 
| static const AirportMovingData | _airport_moving_data_intercontinental [77] | 
|  | Intercontinental Airport - 4 runways, 8 terminals, 2 dedicated helipads. 
 | 
| static const AirportMovingData | _airport_moving_data_heliport [9] | 
|  | Heliport (heliport). 
 | 
| static const AirportMovingData | _airport_moving_data_helidepot [18] | 
|  | HeliDepot 2x2 (heliport). 
 | 
| static const AirportMovingData | _airport_moving_data_helistation [33] | 
|  | HeliDepot 2x2 (heliport). 
 | 
| static const AirportMovingData | _airport_moving_data_oilrig [9] | 
|  | Oilrig. 
 | 
| static const byte | _airport_entries_dummy [] = {0, 1, 2, 3} | 
| static const AirportFTAbuildup | _airport_fta_dummy [] | 
| static const HangarTileTable | _airport_depots_country [] = { {{3, 0}, DIR_SE, 0} } | 
| static const byte | _airport_terminal_country [] = {1, 2} | 
| static const byte | _airport_entries_country [] = {16, 15, 18, 17} | 
| static const AirportFTAbuildup | _airport_fta_country [] | 
| static const HangarTileTable | _airport_depots_commuter [] = { {{4, 0}, DIR_SE, 0} } | 
| static const byte | _airport_terminal_commuter [] = { 1, 3 } | 
| static const byte | _airport_entries_commuter [] = {22, 21, 24, 23} | 
| static const AirportFTAbuildup | _airport_fta_commuter [] | 
| static const HangarTileTable | _airport_depots_city [] = { {{5, 0}, DIR_SE, 0} } | 
| static const byte | _airport_terminal_city [] = { 1, 3 } | 
| static const byte | _airport_entries_city [] = {26, 29, 27, 28} | 
| static const AirportFTAbuildup | _airport_fta_city [] | 
| static const HangarTileTable | _airport_depots_metropolitan [] = { {{5, 0}, DIR_SE, 0} } | 
| static const byte | _airport_terminal_metropolitan [] = { 1, 3 } | 
| static const byte | _airport_entries_metropolitan [] = {20, 19, 22, 21} | 
| static const AirportFTAbuildup | _airport_fta_metropolitan [] | 
| static const HangarTileTable | _airport_depots_international [] = { {{0, 3}, DIR_SE, 0}, {{6, 1}, DIR_SE, 1} } | 
| static const byte | _airport_terminal_international [] = { 2, 3, 3 } | 
| static const byte | _airport_entries_international [] = { 38, 37, 40, 39 } | 
| static const AirportFTAbuildup | _airport_fta_international [] | 
| static const HangarTileTable | _airport_depots_intercontinental [] = { {{0, 5}, DIR_SE, 0}, {{8, 4}, DIR_SE, 1} } | 
| static const byte | _airport_terminal_intercontinental [] = { 2, 4, 4 } | 
| static const byte | _airport_entries_intercontinental [] = { 44, 43, 46, 45 } | 
| static const AirportFTAbuildup | _airport_fta_intercontinental [] | 
| static const byte | _airport_entries_heliport [] = { 7, 7, 7, 7 } | 
| static const AirportFTAbuildup | _airport_fta_heliport [] | 
| static const HangarTileTable | _airport_depots_helidepot [] = { {{1, 0}, DIR_SE, 0} } | 
| static const byte | _airport_entries_helidepot [] = { 4, 4, 4, 4 } | 
| static const AirportFTAbuildup | _airport_fta_helidepot [] | 
| static const HangarTileTable | _airport_depots_helistation [] = { {{0, 0}, DIR_SE, 0} } | 
| static const byte | _airport_entries_helistation [] = { 25, 25, 25, 25 } | 
| static const AirportFTAbuildup | _airport_fta_helistation [] | 
Heart of the airports and their finite state machines. 
Definition in file airport_movement.h.