landAt: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " <h3 style="display:none">Notes</h3>" to "")
m (Text replacement - "{{Command " to "{{RV|type=command ")
Line 1: Line 1:
{{Command
{{RV|type=command


| arma1
| arma1

Revision as of 11:15, 23 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.