WoW:API GetNumMapLandmarks: Difference between revisions
Jump to navigation
Jump to search
GetNumMapLandmarks -Documentation by Flickering-
mNo edit summary |
No edit summary |
||
| Line 20: | Line 20: | ||
: Information about each landmark can be obtained by using [[API GetMapLandmarkInfo|GetMapLandmarkInfo(landmarkIndex)]]. | : Information about each landmark can be obtained by using [[API GetMapLandmarkInfo|GetMapLandmarkInfo(landmarkIndex)]]. | ||
---- | ---- | ||
{{ | {{WoW API}} | ||
Revision as of 05:23, 4 January 2006
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).