allAirports: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)]]" to "{{GameCategory|arma3|Scripting Commands}}") |
Lou Montana (talk | contribs) 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 00:10, 17 January 2021
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:
Examples
- Example 1:
_allAirports = allAirports;
Additional Information
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