WoW:API GetNumMapLandmarks: Difference between revisions
Jump to navigation
Jump to search
GetNumMapLandmarks -Documentation by Flickering-
(First version) |
mNo edit summary |
||
| Line 23: | Line 23: | ||
---- | ---- | ||
{{Template:WoW API}} | {{Template:WoW API}} | ||
[[Category:API Functions|GetNumMapLandmarks]] | |||
[[Category:API World Map Functions|GetNumMapLandmarks]] | [[Category:API World Map Functions|GetNumMapLandmarks]] | ||
Revision as of 19:15, 29 August 2005
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).