MIST markerRemove

From DCS World Wiki - Hoggitworld.com


mist.marker.remove

Added with: Mist 4.5
Description
Returns a boolean if the passed mark(s) were removed. Can be used to remove a single mark or a group of marks. Mark identifiers can be the index or the name that was passed when added via mist.marker.add.
Syntax
boolean mist.marker.remove(table/string/number removedMark )
Valid Input Values:
Return value:
boolean
Return example:
Usage Examples:
Removes marks with Ids of 1 to 10
   mist.marker.remove({1, 2, 3, 4, 5, 6, 7, 8, 9, 10})
Notes:
Related Functions
markerAdd, drawShape, drawZone, remove, getNextID, markerGet, setDefault

Scripting Engine

MIST Root Page