WoW:API GetNumMapLandmarks: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m (Move page script moved page API GetNumMapLandmarks to API GetNumMapLandmarks without leaving a redirect)
 
(No difference)

Latest revision as of 04:46, 15 August 2023

WoW API < GetNumMapLandmarks

Returns the number of landmarks on the current world map (Landmarks are those icons showing cities and points of interest)

numLandmarks = GetNumMapLandmarks();

Parameters

Returns

numLandmarks
Number - The number of landmarks on the current world map.

Notes

Information about each landmark can be obtained by using GetMapLandmarkInfo(landmarkIndex).