Jump to content

AirplaneLanding

From CMM Wiki
Return to CMM Command Reference
Environment: Mission Scripting
Function: AirplaneLanding
Function Description: Requests an aircraft group to land at the specified airbase. The function validates the airbase and group, then would normally issue a landing command (implementation pending). It logs informative messages at each step. The function accepts a single table argument (argTable) that may contain:
File Location: cmm.DCSFunctions.lua
Syntax: CMM.AirplaneLanding( table argTable )
Return Value:
Parameters: Name Description
argTable{<groupName> ,<airdrome>,<alt>,<speed>,<coalition>
Example: CMM.AirplaneLanding{airdrome="Akrotiri", alt=3000, speed=200, groupName="Uzi11", coalition=coalition.side.RED}
Example Description: Demonstrates requesting the group "Uzi11" to land at airbase "Akrotiri" at 3 000 m altitude and 200 m/s approach speed for the RED coalition.
Related Functions:
Notes:

}