DrawMedical
Appearance
| 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 |
| vec3 | World coordinates where the medical symbol should be drawn. | |
| size | Diameter 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: | ||