Jump to content

RemoveMarker

From CMM Wiki
Revision as of 10:12, 11 November 2025 by Ozdeadmeat (talk | contribs) (RemoveMarker – created via PowerShell script (2025-11-11T21:12:27Z))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Return to CMM Command Reference
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: