Skip to main content

DeleteMarker

The primary function for creating markers.

Function

local Markers = WXSCore.Markers
Markers:DeleteMarker(id)

Parameters

NameTypeDescription
idintegerThe marker ID returned from the functions.

Example

local Markers = WXSCore.Marker
Markers:DeleteMarker(markerId)