WoW API: GetMapLandmarkInfo
Jump to navigation
Jump to search
← WoW API < GetMapLandmarkInfo
Returns the information about a landmark on the current world map.
name, description, textureIndex, x, y = GetMapLandmarkInfo(landmarkIndex);
Parameters
Arguments
- landmarkIndex
- Number - Indicates which landmark to query (from 1 to GetNumMapLandmarks())
Returns
- name
- String - The name of the landmark
- description
- String - A description of the landmark. In Battlegrounds this can dynamic information such as which faction controls the landmark.
- textureIndex
- Number - An index representing which landmark icon to display. These icons are in Interface\Minimap\POIIcons.blp, in a 4x4 grid. Values are:
- 0 - Gray cart - A neutral mine (Battlegrounds)
- 1 - Blue cart - An Alliance held mine (Battlegrounds)
- 2 - Red cart - A Horde held mine (Battlegrounds)
- 3 - Half red tombstone - A contested Horde graveyard (Battlegrounds)
- 4 - Town - the small house icon
- 5 - City - The grey tower icon
- 6 - Flag - This is the temporary marker shown when you ask a town guard for directions
- 7 - Tombstone - Player corpse marker
- 8 - Half red tower - An endangered Horde tower (Battlegrounds)
- 9 - Blue tower - An Alliance tower (Battlegrounds)
- 10 - Red tower - A Horde tower (Battlegrounds)
- 11 - Half blue tower - An endangered Alliance tower (Battlegrounds)
- 12 - Blue tombstone - An Alliance graveyard (Battlegrounds)
- 13 - Half blue tombstone - A contested Alliance graveyard (Battlegrounds)
- 14 - Red tombstone - A Horde graveyard (Battlegrounds)
- 15 - Invisible - There's number of these on zoomed in maps that dont get displayed.
- 18 - Blue Gold Mine - Alliance held gold mine (Battlegrounds)
- 20 - Red Gold Mine - Horde held gold mine (Battlegrounds)
- 23 - Blue Lumber Mill - Alliance held lumber mill (Battlegrounds)
- 28 - Blue Blacksmith - Alliance held blacksmith (Battlegrounds)
- 29 - Half Red Blacksmith - Horde endangered blacksmith (Battlegrounds)
- 30 - Red Blacksmith - Horde held blacksmith (Battlegrounds)
- 35 - Red Farm - Horde held farm (Battlegrounds)
- 37 - Half blue Stables - Alliance endangered stables (Battlegrounds)
- 38 - Blue Stables - Alliance held stables (Battlegrounds)
- x
- Number - The X location of the landmark's center (A proportion of the current map's width, between 0 and 1)
- y
- Number - The Y location of the landmark's center (A proportion of the current map's height, between 0 and 1)