Jump to content

NewSpawnSupportAircraft

From CMM Wiki
Revision as of 10:11, 11 November 2025 by Ozdeadmeat (talk | contribs) (NewSpawnSupportAircraft – 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: NewSpawnSupportAircraft
Function Description:
File Location: cmm.AirSupportFunctions.lua
Syntax: CMM.NewSpawnSupportAircraft( table argTable )
Return Value: nil
Parameters: Name Description
argTableArray containing the drone, AWACS and tanker airbase IDs (defaults to the first ID if omitted).
Example: CMM.NewSpawnSupportAircraft({ 1, 2, 3 })
Example Description: Spawns all support aircraft that have not yet been spawned, placing them at the specified airbases and assigning generated tail numbers, livery and callsigns as defined in AirSupportTable.
Related Functions:
Notes: