landAt: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Command " to "{{RV|type=command ")
m (Text replacement - " *\| *PARAMETER[0-9]{1,3} *= * " to " ")
Line 23: Line 23:
|s2= plane [[landAt]] airportObject {{Since|arma3|1.68|y}}
|s2= plane [[landAt]] airportObject {{Since|arma3|1.68|y}}


|p21= plane: [[Object]] |PARAMETER21=
|p21= plane: [[Object]]


|p22= airportObject: [[Object]]|PARAMETER22=
|p22= airportObject: [[Object]]


|r2= [[Nothing]]
|r2= [[Nothing]]

Revision as of 19:06, 29 January 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
Unit ControlRoads and Airports

Syntax

Syntax:
Syntax needed
Parameters:
plane: Object
id: Number (airport index)
Return Value:
Return value needed

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

See also:
See also needed

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
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.