PrepAirSupportRoute
Appearance
| Environment: | Mission Scripting | |
|---|---|---|
| Function: | PrepAirSupportRoute | |
| Function Description: | ||
| File Location: | cmm.AirSupportFunctions.lua | |
| Syntax: | CMM.PrepAirSupportRoute( string or table Aircraft ) | |
| Return Value: | table or nil | |
| Parameters: | Name | Description |
| Aircraft | Name of the aircraft (string) or its Unit object. | |
| Example: | local route = CMM.PrepAirSupportRoute("U-2B-01") | |
| Example Description: | Generates a route that includes orbiting, frequency setting, laser activation and optional TACAN beacon for the specified aircraft. | |
| Related Functions: | ||
| Notes: | ||