allAirports: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)]]" to "{{GameCategory|arma3|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma3 |Game name=
| arma3 |Game name=
Line 6: Line 5:


|gr1= Roads and Airports |GROUP1=
|gr1= Roads and Airports |GROUP1=
____________________________________________________________________________________________


| Returns all map airports, both static and dynamic |DESCRIPTION=
| Returns all map airports, both static and dynamic |DESCRIPTION=
____________________________________________________________________________________________


| '''allAirports''' |SYNTAX=
| '''allAirports''' |SYNTAX=
Line 16: Line 13:
* staticAirports [[Array]] of [[Number]]s - static airports IDs
* staticAirports [[Array]] of [[Number]]s - static airports IDs
* dynamicAirports [[Array]] of [[Object]]s - dynamic airports objects (such as "DynamicAirport_01_F" found on aircraft carrier)  |RETURNVALUE=
* dynamicAirports [[Array]] of [[Object]]s - dynamic airports objects (such as "DynamicAirport_01_F" found on aircraft carrier)  |RETURNVALUE=
____________________________________________________________________________________________
   
   
|x1= <code>_allAirports = [[allAirports]];</code> |EXAMPLE1=
|x1= <code>_allAirports = [[allAirports]];</code> |EXAMPLE1=
____________________________________________________________________________________________


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

Revision as of 01:10, 17 January 2021

Hover & click on the images for description

Description

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

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