DrawBullseye
Appearance
| 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 |
| vec3 | Position vector (x, y, z) where the bull‑eye should be placed. | |
| size | Optional 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: | ||