Jump to content

MakeOrbitMark

From CMM Wiki
Revision as of 10:12, 11 November 2025 by Ozdeadmeat (talk | contribs) (MakeOrbitMark – created via PowerShell script (2025-11-11T21:12:14Z))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Return to CMM Command Reference
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
AircraftNameThe 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: