Jump to content

DrawHomePlate

From CMM Wiki
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
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: