allAirports: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl> " to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("serv...)
Line 1: Line 1:
{{Command|Comments=
{{Command


| arma3 |Game name=
| arma3
|1.76|Game version=
|1.76


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


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


| '''allAirports''' |SYNTAX=
| '''allAirports'''


| [[Array]] - in format [staticAirports, dynamicAirports], where:
| [[Array]] - in format [staticAirports, dynamicAirports], where:
* 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)
   
   
|x1= <code>_allAirports = [[allAirports]];</code> |EXAMPLE1=
|x1= <code>_allAirports = [[allAirports]];</code>


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


}}
}}

Revision as of 01:00, 18 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

Bottom Section