A list of all the patterns I've discovered, as well as what they do.
Circle Marker Exlt. (str, str, vec, num → marker)
Creates a new Circle Marker with the provided identifier, label, position, and radius
Rectangle Marker Exlt. (str, str, vec, vec → marker)
Creates a new Rectangle Marker with the provided identifier, label, top corner, and bottom corner
Polygon Marker Exlt. (str, str, [vec] → marker)
Creates a new Polygon Marker with the provided identifier, label, and list of positions
Polygon Marker Exlt. (str, str, [vec] | mesh → marker)
Creates a new Polygon Marker with the provided identifier, label, and list of positions OR a Hexical Mesh Entity
Polyline Marker Exlt. (str, str, [vec] → marker)
Creates a new Polyline Marker with the provided identifier, label, and list of positions
Polyline Marker Exlt. (str, str, [vec] | mesh → marker)
Creates a new Polyline Marker with the provided identifier, label, and list of positions OR a Hexical Mesh Entity
Icon Marker Exlt. (str, str, str, vec → marker)
Creates a new Icon Marker with the provided identifier, label, icon, and position
Marker Fill Dist. (marker, num → marker)
Sets the Fill Color of a marker, if applicable (Circle, Rectangle, and Polygon)
Marker Fill Dist. (marker, num | dye → marker)
Sets the Fill Color of a marker, if applicable (Circle, Rectangle, and Polygon)
Marker Line Dist. (marker, num → marker)
Sets the Line Color of a marker, if applicable (Circle, Rectangle, Polyline, and Polygon)
Marker Line Dist. (marker, num | dye → marker)
Sets the Line Color of a marker, if applicable (Circle, Rectangle, Polyline, and Polygon)
Marker Line Dist. II (marker, num → marker)
Sets the Line Weight of a marker, if applicable (Circle, Rectangle, Polyline, and Polygon)
Marker Dist. (map, str → marker)
Checks if a marker exists on the map under the provided identifier