World Map - Reetus/ClassicAssist GitHub Wiki
Generated on 7/28/2026 1:59:52 PM
Version: 5.0.3+69e86c4ecfd935702fb8300e3b119a1f13a3e7ef
Method Signature:
Void AddMapMarker(System.String, Int32, Int32, Int32, Int32, System.String)
- name: String representing a name, ie "Snoopy".
- x: X Coordinate.
- y: Y Coordinate.
- facet: Integer value - See description for usage.
- zoomlevel: Integer value - See description for usage. (Optional)
- iconname: String value - See description for usage. (Optional)
Description:
Adds a marker on the world map
Example:
AddMapMarker("Treasure", 1000, 1000, 0) Method Signature:
Void ClearMapMarkers()
Description:
Clears all map markers
Example:
ClearMapMarkers() Method Signature:
Void RemoveMapMarker(System.String)
- name: String value - See description for usage.
Description:
Removes all map markers with the specified name from the world map
Example:
RemoveMapMarker("Treasure")