allAirports: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl> " to "") |
Lou Montana (talk | contribs) 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 | {{Command | ||
| arma3 | | arma3 | ||
|1.76 | |1.76 | ||
|gr1= Roads and Airports | |gr1= Roads and Airports | ||
| Returns all map airports, both static and dynamic | | Returns all map airports, both static and dynamic | ||
| '''allAirports''' | | '''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) | * dynamicAirports [[Array]] of [[Object]]s - dynamic airports objects (such as "DynamicAirport_01_F" found on aircraft carrier) | ||
|x1= <code>_allAirports = [[allAirports]];</code> | |x1= <code>_allAirports = [[allAirports]];</code> | ||
| [[airportSide]], [[setAirportSide]], [[land]], [[landAt]], [[assignToAirport]], [[Arma: Airport IDs]] | | [[airportSide]], [[setAirportSide]], [[land]], [[landAt]], [[assignToAirport]], [[Arma: Airport IDs]] | ||
}} | }} |
Revision as of 00:00, 18 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