landAt: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*) ([^ ]*)<\/code>" to "<code>$1$2$3 $4</code>") |
Lou Montana (talk | contribs) m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>") |
||
Line 48: | Line 48: | ||
|x1= <sqf>_plane1 landAt 1;</sqf> | |x1= <sqf>_plane1 landAt 1;</sqf> | ||
|x2= < | |x2= <sqf>_dynamicAirport1 = "DynamicAirport_01_F" createVehicle position player; | ||
_plane1 landAt _dynamicAirport1;</ | _plane1 landAt _dynamicAirport1;</sqf> | ||
|seealso= [[Arma: Airport IDs]] [[land]] [[setAirportSide]] [[assignToAirport]] [[allAirports]] | |seealso= [[Arma: Airport IDs]] [[land]] [[setAirportSide]] [[assignToAirport]] [[allAirports]] | ||
}} | }} |
Revision as of 10:23, 13 May 2022
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:
- Unit ControlRoads and Airports
Syntax
- Syntax:
- plane landAt ID
- Parameters:
- plane: Object - A plane
- ID: Number - Airport ID
- Return Value:
- Nothing
Alternative Syntax
- Syntax:
- plane landAt airportObject
- 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
Categories:
- Scripting Commands
- Introduced with Armed Assault version 1.08
- ArmA: Armed Assault: New Scripting Commands
- ArmA: Armed Assault: Scripting Commands
- Arma 2: Scripting Commands
- Arma 2: Operation Arrowhead: Scripting Commands
- Take On Helicopters: Scripting Commands
- Arma 3: Scripting Commands
- Command Group: Unit Control
- Command Group: Roads and Airports
- Scripting Commands: Global Effect