RemoveMarker
Appearance
| Environment: | Mission Scripting | |
|---|---|---|
| Function: | RemoveMarker | |
| Function Description: | Removes a marker or multiple markers from the map based on a provided ID or table of IDs, with optional debug logging. | |
| File Location: | cmm.markerFunctions.lua | |
| Syntax: | CMM.RemoveMarker( table argTable ) | |
| Return Value: | ||
| Parameters: | Name | Description |
| argTable | {markerID <number> or {<number>} – a single marker ID or a table of marker IDs to remove, each must be a valid number. | |
| Example: | CMM.RemoveMarker({12345, 67890}) | |
| Example Description: | Removes marker IDs 12345 and 67890 from the map. | |
| Related Functions: | ||
| Notes: | ||