Jump to content

WaitUntilAirborne

From CMM Wiki
Return to CMM Command Reference
Environment: Mission Scripting
Function: WaitUntilAirborne
Function Description:
File Location: cmm.AirSupportFunctions.lua
Syntax: CMM.WaitUntilAirborne( table argTable )
Return Value: nil
Parameters: Name Description
argTableArray where [1] is the aircraft name or Unit object to monitor.
Example: CMM.WaitUntilAirborne({ "U-2B-01" })
Example Description: Begins polling the specified aircraft and, once it takes off, automatically assigns an air‑support mission after 60 seconds.
Related Functions:
Notes: