Contents
← 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[edit | edit source]
Returns[edit | edit source]
- numLandmarks
- Number - The number of landmarks on the current world map.
Notes[edit | edit source]
Information about each landmark can be obtained by using GetMapLandmarkInfo(landmarkIndex).
Community content is available under CC-BY-SA unless otherwise noted.