WoW:API GetNumMapLandmarks

From AddOn Studio
Revision as of 21:27, 26 December 2004 by WoWWiki>Flickering (First version)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
GetNumMapLandmarks -Documentation by Flickering-
numLandmarks = GetNumMapLandmarks();

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


Arguments
none

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

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

Template:WoW API