landAt: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "[[Category:Scripting Commands ArmA|" to "[[Category:Scripting Commands Armed Assault|") |
Lou Montana (talk | contribs) m (Text replacement - "[[ArmA:Airport ID" to "[[Arma: Airport IDs") |
||
Line 9: | Line 9: | ||
| Order an AI airplane to land at a given airport. | | Order an AI airplane to land at a given airport. | ||
'''Id''' is the number to identify which map airport you want the airplane to land at. See [[ | '''Id''' is the number to identify which map airport you want the airplane to land at. See [[Arma: Airport IDs]] for more information. | ||
{{Feature arma3 | Since Arma 3 v1.68 it is possible to also make the airplane land at a [[Dynamic_Airport_Configuration|dynamic airport]] [[object]] (e.g. aircraft carrier, makeshift runway...) – see '''Example 2'''.}} |DESCRIPTION= | {{Feature arma3 | Since Arma 3 v1.68 it is possible to also make the airplane land at a [[Dynamic_Airport_Configuration|dynamic airport]] [[object]] (e.g. aircraft carrier, makeshift runway...) – see '''Example 2'''.}} |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 17: | Line 17: | ||
|p1= plane: [[Object]] |PARAMETER1= | |p1= plane: [[Object]] |PARAMETER1= | ||
|p2= id: [[Number]] ([[ | |p2= id: [[Number]] ([[Arma: Airport IDs|airport index]]) |PARAMETER2= | ||
| [[Nothing]] |RETURNVALUE= | | [[Nothing]] |RETURNVALUE= | ||
Line 36: | Line 36: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[ | | [[Arma: Airport IDs]], [[land]], [[setAirportSide]], [[assignToAirport]], [[allAirports]] |SEEALSO= | ||
}} | }} | ||
Revision as of 03:48, 8 August 2020
Description
- Description:
- Order an AI airplane to land at a given airport. Id is the number to identify which map airport you want the airplane to land at. See Arma: Airport IDs for more information.
- Groups:
- Uncategorised
Syntax
- Syntax:
- plane landAt id
- Parameters:
- plane: Object
- id: Number (airport index)
- Return Value:
- Nothing
Alternative Syntax
- Syntax:
- plane landAt airportObject Template:since
- Parameters:
- plane: Object
- airportObject: Object
- Return Value:
- Nothing
Examples
- Example 1:
_plane1 landAt 1;
- Example 2:
_dynamicAirport1 = "DynamicAirport_01_F" createVehicle position player; _plane1 landAt _dynamicAirport1;
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
Notes
- Posted on November 8, 2014 - 22:59 (UTC)
- Tankbuster
- In Arma 3 (1.34) landAt only works for fixed-wing aircraft. Rotary-wing craft ignore this command.
Bottom Section
Categories:
- Scripting Commands
- Introduced with Arma version 1.08
- Arma: New Scripting Commands
- Arma: Scripting Commands
- Command Group: Uncategorised
- Scripting Commands: Global Effect
- Scripting Commands Armed Assault
- Scripting Commands Arma 2
- Scripting Commands Arma 3
- Scripting Commands Take On Helicopters
- Command Group: Unit Control