allAirports: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (See also)
m (Text replacement - "[[ArmA: Airport ID" to "[[Arma: Airport IDs")
Line 19: Line 19:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[airportSide]], [[setAirportSide]], [[land]], [[landAt]], [[assignToAirport]], [[ArmA: Airport ID]] |SEEALSO=
| [[airportSide]], [[setAirportSide]], [[land]], [[landAt]], [[assignToAirport]], [[Arma: Airport IDs]] |SEEALSO=


}}
}}

Revision as of 04:50, 8 August 2020

Hover & click on the images for description

Description

Description:
Returns all map airports, both static and dynamic
Groups:
Uncategorised

Syntax

Syntax:
allAirports
Return Value:
Array - in format [staticAirports, dynamicAirports], where:
  • staticAirports Array of Numbers - static airports IDs
  • dynamicAirports Array of Objects - dynamic airports objects (such as "DynamicAirport_01_F" found on aircraft carrier)

Examples

Example 1:
_allAirports = allAirports;

Additional Information

See also:
airportSidesetAirportSidelandlandAtassignToAirportArma: Airport IDs

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section