Jump to content

DrawHomePlate

From CMM Wiki
Revision as of 12:26, 24 June 2026 by Ozdeadmeat (talk | contribs) (DrawHomePlate – created via PowerShell script (2026-06-24T22:26:50Z))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Return to CMM Command Reference
Environment: Mission Scripting
Function: DrawHomePlate
Function Description: Draws a circular home‑plate marker at the supplied world position.
File Location: cmm.drawFunctions.lua
Syntax: CMM.DrawHomePlate( table argTbl )
Return Value: table or nil
Parameters: Name Description
argTblMarker Argument Table (vec – required; optional size, fillColour, lineColour, lineType, coalition).
Example: CMM.DrawHomePlate{vec={x=0,y=0,z=0}, size=300}
Example Description: Draws a 300 m radius home plate centered at the origin and returns its Marker ID.
Related Functions:
Notes: