{{wowapi}}, format.
No edit summary |
({{wowapi}}, format.) |
||
| Line 1: | Line 1: | ||
{{wowapi}} __NOTOC__ | |||
Returns the number of landmarks on the current world map (Landmarks are those icons showing cities and points of interest) | |||
numLandmarks = GetNumMapLandmarks(); | numLandmarks = GetNumMapLandmarks(); | ||
==Parameters== | |||
===Returns=== | |||
:;numLandmarks : Number - The number of landmarks on the current world map. | :;numLandmarks : Number - The number of landmarks on the current world map. | ||
==Notes== | |||
Information about each landmark can be obtained by using [[API GetMapLandmarkInfo|GetMapLandmarkInfo(landmarkIndex)]]. | |||