Jump to content

ExecuteAirSupportMission

From CMM Wiki
Return to CMM Command Reference
Environment: Mission Scripting
Function: ExecuteAirSupportMission
Function Description:
File Location: cmm.AirSupportFunctions.lua
Syntax: CMM.ExecuteAirSupportMission( table argTable )
Return Value: boolean
Parameters: Name Description
argTableArray where [1] is the Unit name or Unit object, [2] is a pre‑built Mission route table.
Example: CMM.ExecuteAirSupportMission({ "U-2B-01", myRouteTable })
Example Description: Executes the supplied mission for the specified aircraft, assigning it to the unit’s group and displaying a relocation message.
Related Functions:
Notes: