landAt: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "|SYNTAX= |p21=" to "|SYNTAX2= |p21=") |
Lou Montana (talk | contribs) (Fix Category:Pages using duplicate arguments in template calls and move notes to another page) |
||
Line 8: | Line 8: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| 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 [[ArmA:Airport ID]] 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...).}} |DESCRIPTION= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| plane | | plane [[landAt]] id |SYNTAX= | ||
|p1= plane: [[Object]] |PARAMETER1= | |p1= plane: [[Object]] |PARAMETER1= | ||
Line 19: | Line 21: | ||
| [[Nothing]] |RETURNVALUE= | | [[Nothing]] |RETURNVALUE= | ||
| s2 = | |s2= plane [[landAt]] airportObject ''Since Arma 3 v1.68'' |SYNTAX2= | ||
|p21= | |p21= plane: [[Object]] |PARAMETER21= | ||
|p22= | |p22= airportObject: [[Object]]|PARAMETER22= | ||
|r2 = [[Nothing]] | | |r2= [[Nothing]] |RETURNVALUE2= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>_plane1 [[landAt]] 1;</code> |EXAMPLE1= | |x1= <code>_plane1 [[landAt]] 1;</code> |EXAMPLE1= | ||
|x2= <code>_dynamicAirport1 = "DynamicAirport_01_F" [[createVehicle]] [[position]] [[player]]; | |x2= <code>_dynamicAirport1 = "DynamicAirport_01_F" [[createVehicle]] [[position]] [[player]]; | ||
_plane1 [[landAt]] _dynamicAirport1;</code> | | _plane1 [[landAt]] _dynamicAirport1;</code> |EXAMPLE2= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[land]], [[setAirportSide]], [[assignToAirport]], [[allAirports]] |SEEALSO= | | [[ArmA:Airport ID]], [[land]], [[setAirportSide]], [[assignToAirport]], [[allAirports]] |SEEALSO= | ||
}} | }} | ||
<h3 style="display:none">Notes</h3> | <h3 style="display:none">Notes</h3> | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<dd class="notedate">Posted on November 8, 2014 - 22:59 (UTC)</dd> | |||
<dd class="notedate">Posted | <dt class="note">[[User:Tankbuster|Tankbuster]]</dt> | ||
<dt class="note">[[User: | |||
<dd class="note"> | <dd class="note"> | ||
In Arma 3 (1.34) landAt only works for fixed-wing aircraft. Rotary-wing craft ignore this command. | |||
</dd> | </dd> | ||
</dl> | </dl> | ||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> | ||
[[Category:Scripting Commands| | [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands ArmA | [[Category:Scripting Commands ArmA|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Command_Group:_Unit_Control|{{uc:{{PAGENAME}}}}]] | |||
Revision as of 19:24, 17 October 2019
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 ID 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 Since Arma 3 v1.68
- 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 ArmA
- Scripting Commands ArmA2
- Scripting Commands Arma 3
- Scripting Commands Take On Helicopters
- Command Group: Unit Control