Jump to content

ExecuteAirSupportMission

From CMM Wiki
Revision as of 10:11, 11 November 2025 by Ozdeadmeat (talk | contribs) (ExecuteAirSupportMission – created via PowerShell script (2025-11-11T21:11:55Z))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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: