DrawRoundedQuad
Appearance
| Environment: | Mission Scripting | |
|---|---|---|
| Function: | DrawRoundedQuad | |
| Function Description: | Draws a rounded quadrilateral marker at the supplied 3‑D point. | |
| File Location: | cmm.drawFunctions.lua | |
| Syntax: | CMM.DrawRoundedQuad( table argTbl ) | |
| Return Value: | table or nil | |
| Parameters: | Name | Description |
| argTbl | Marker Argument Table, See Function for variables. REQUIRED Field: vec. OPTIONAL fields: height, width, curve, fillColour, lineColour, lineType, coalition. | |
| Example: | CMM.DrawRoundedQuad{vec=Unit.getByName("ARMOR-SPOT-19-1"):getPoint(), height=2500, width=500, curve=0.1} | |
| Example Description: | Draws a rounded rectangle at the unit’s position with a height of 2500 m, width of 500 m and curvature 0.1. | |
| Related Functions: | ||
| Notes: | ||