MakeOrbitMark
Appearance
| Environment: | Mission Scripting | |
|---|---|---|
| Function: | MakeOrbitMark | |
| Function Description: | Creates or updates an orbit marker (circle or race‑track) for the specified aircraft. | |
| File Location: | cmm.drawFunctions.lua | |
| Syntax: | CMM.MakeOrbitMark( string AircraftName ) | |
| Return Value: | ||
| Parameters: | Name | Description |
| AircraftName | The unit name of the aircraft whose orbit should be drawn. | |
| Example: | CMM.MakeOrbitMark("Colt11") | |
| Example Description: | Generates an orbit marker around the unit “Colt11” (type UAV, AWACS or tanker) and places its name at the center of the circle/race‑track. | |
| Related Functions: | ||
| Notes: | ||