NewSpawnSupportAircraft
Appearance
| Environment: | Mission Scripting | |
|---|---|---|
| Function: | NewSpawnSupportAircraft | |
| Function Description: | ||
| File Location: | cmm.AirSupportFunctions.lua | |
| Syntax: | CMM.NewSpawnSupportAircraft( table argTable ) | |
| Return Value: | nil | |
| Parameters: | Name | Description |
| argTable | Array 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: | ||