Jump to content

NewSpawnSupportAircraft

From CMM Wiki
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 [1] Drone, [2] AWACS and [3] Tanker airbase IDs (defaults to the first ID if omitted), Can supply String names or Airbase IDs.
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: