Jump to content

DrawMedical

From CMM Wiki
Revision as of 10:12, 11 November 2025 by Ozdeadmeat (talk | contribs) (DrawMedical – created via PowerShell script (2025-11-11T21:12:18Z))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Return to CMM Command Reference
Environment: Mission Scripting
Function: DrawMedical
Function Description: Draws a medical marker consisting of a red cross inside a white circle at the specified world position.
File Location: cmm.drawFunctions.lua
Syntax: CMM.DrawMedical( table vec3 , number size )
Return Value: table
Parameters: Name Description
vec3World coordinates where the medical symbol should be drawn.
sizeDiameter of the outer circle in metres. If omitted, 120 m is used by default.
Example: CMM.DrawMedical({x=500,y=0,z=-300}, 200)
Example Description: Draws a white circle with a red cross at the specified coordinates.
Related Functions:
Notes: