Jump to content

DrawBullseye

From CMM Wiki
Revision as of 10:12, 11 November 2025 by Ozdeadmeat (talk | contribs) (DrawBullseye – created via PowerShell script (2025-11-11T21:12:16Z))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Return to CMM Command Reference
Environment: Mission Scripting
Function: DrawBullseye
Function Description: Draws a bull‑eye target marker consisting of three concentric circles at the supplied world position.
File Location: cmm.drawFunctions.lua
Syntax: CMM.DrawBullseye( table vec3 , number size )
Return Value: table
Parameters: Name Description
vec3Position vector (x, y, z) where the bull‑eye should be placed.
sizeOptional outer circle radius in meters (default 120 m).
Example: CMM.DrawBullseye({x = -21636.91124135 , y = 72.670177650574 , z = -259531.18630242},6)
Example Description: Draws a bull‑eye marker with an outer radius of 6 m at the specified coordinates.
Related Functions:
Notes: