Jump to content

DrawHomePlate: Difference between revisions

From CMM Wiki
DrawHomePlate – created via PowerShell script (2025-11-11T21:12:16Z)
Tag: Recreated
 
m DrawHomePlate – created via PowerShell script (2026-06-24T22:26:50Z)
 
Line 1: Line 1:
{{Template:FunctionInfo|fName=          DrawHomePlate|fDescription=  Draws a circular home‑plate marker at the supplied world position.|parentFile=    cmm.drawFunctions.lua|syntax=        CMM.DrawHomePlate(<argTbl table>)|return=        table|returnDesc=    Returns a one‑element table containing the created Marker ID.|example=        CMM.DrawHomePlate{vec={x=0,y=0,z=0}, size=300}|exampleDesc=    Draws a 300 m radius home plate centered at the origin and returns its Marker ID.|related=        |note=          |envType= CMM|par1=        table argTbl|reqType1=    table|reqName1=    argTbl|desc1=      Marker Argument Table (vec – required; optional size, fillColour, lineColour, lineType, coalition).}}
{{Template:FunctionInfo|fName=          DrawHomePlate|fDescription=  Draws a circular home‑plate marker at the supplied world position.|parentFile=    cmm.drawFunctions.lua|syntax=        CMM.DrawHomePlate(<argTbl table>)|return=        table or nil|returnDesc=    Returns a one‑element table containing the created Marker ID.|example=        CMM.DrawHomePlate{vec={x=0,y=0,z=0}, size=300}|exampleDesc=    Draws a 300 m radius home plate centered at the origin and returns its Marker ID.|related=        |note=          |envType= CMM|par1=        table argTbl|reqType1=    table|reqName1=    argTbl|desc1=      Marker Argument Table (vec – required; optional size, fillColour, lineColour, lineType, coalition).}}

Latest revision as of 12:26, 24 June 2026

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: