m
→Returns
m (→Returns) |
|||
| Line 7: | Line 7: | ||
:;landmarkIndex : Number - Indicates which landmark to query (from 1 to [[API GetNumMapLandmarks|GetNumMapLandmarks()]]) | :;landmarkIndex : Number - Indicates which landmark to query (from 1 to [[API GetNumMapLandmarks|GetNumMapLandmarks()]]) | ||
===Returns=== | ===Returns=== | ||
:;name : String - The name of the landmark | :;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. | :;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 <tt>Interface\Minimap\POIIcons.blp</tt>, in | :;textureIndex : Number - An index representing which landmark icon to display. These icons are in <tt>Interface\Minimap\POIIcons.blp</tt>, in an 8x8 grid. Values are: | ||
[[Image:POIIcons.png| | [[Image:POIIcons.png|frame|POIIcons.blp]] | ||
:::0 | ::: <span style="visibility:hidden">0</span>0 [[Image:IconSmall_POI0.png]] Mine, neutral | ||
:::1 | ::: <span style="visibility:hidden">0</span>1 [[Image:IconSmall_POI1.png]] Mine, held by [[Horde]] | ||
:::2 | ::: <span style="visibility:hidden">0</span>2 [[Image:IconSmall_POI2.png]] Mine, held by [[Alliance]] | ||
:::3 | ::: <span style="visibility:hidden">0</span>3 [[Image:IconSmall_POI3.png]] Graveyard, assaulted by Alliance | ||
:::4 | ::: <span style="visibility:hidden">0</span>4 [[Image:IconSmall_POI4.png]] Town | ||
:::5 | ::: <span style="visibility:hidden">0</span>5 [[Image:IconSmall_POI5.png]] City | ||
:::6 | ::: <span style="visibility:hidden">0</span>6 [[Image:IconSmall_POI6.png]] Flag (Shown when you ask a town guard for directions.) | ||
:::7 | ::: <span style="visibility:hidden">0</span>7 [[Image:IconSmall_POI7.png]] Player corpse marker | ||
:::8 | ::: <span style="visibility:hidden">0</span>8 [[Image:IconSmall_POI8.png]] Tower, assaulted by Alliance | ||
:::9 | ::: <span style="visibility:hidden">0</span>9 [[Image:IconSmall_POI9.png]] Tower, held by Horde | ||
:::10 | ::: 10 [[Image:IconSmall_POI10.png]] Tower, held by Alliance | ||
:::11 | ::: 11 [[Image:IconSmall_POI11.png]] Tower, assaulted by Horde | ||
:::12 | ::: 12 [[Image:IconSmall_POI12.png]] Graveyard, held by Horde | ||
:::13 | ::: 13 [[Image:IconSmall_POI13.png]] Graveyard, assaulted by Horde | ||
:::14 | ::: 14 [[Image:IconSmall_POI14.png]] Graveyard, held by Alliance | ||
:::15 | ::: 15 — Invisible (There's a number of these on zoomed in maps that don't get displayed.) | ||
:::18 | ::: 16 [[Image:IconSmall_POI16.png]] Gold Mine, neutral | ||
:::20 | ::: 17 [[Image:IconSmall_POI17.png]] Gold Mine, assaulted by Alliance | ||
:::23 | ::: 18 [[Image:IconSmall_POI18.png]] Gold Mine, held by Alliance | ||
:::28 | ::: 19 [[Image:IconSmall_POI19.png]] Gold Mine, assaulted by Horde | ||
:::29 | ::: 20 [[Image:IconSmall_POI20.png]] Gold Mine, held by Horde | ||
:::30 | ::: 21 [[Image:IconSmall_POI21.png]] Lumber Mill, neutral | ||
:::35 | ::: 22 [[Image:IconSmall_POI22.png]] Lumber Mill, assaulted by Alliance | ||
:::37 | ::: 23 [[Image:IconSmall_POI23.png]] Lumber Mill, held by Alliance | ||
:::38 | ::: 24 [[Image:IconSmall_POI24.png]] Lumber Mill, assaulted by Horde | ||
::: 25 [[Image:IconSmall_POI25.png]] Lumber Mill, held by Horde | |||
::: 26 [[Image:IconSmall_POI26.png]] Blacksmith, neutral | |||
::: 27 [[Image:IconSmall_POI27.png]] Blacksmith, assaulted by Alliance | |||
::: 28 [[Image:IconSmall_POI28.png]] Blacksmith, held by Alliance | |||
::: 29 [[Image:IconSmall_POI29.png]] Blacksmith, assaulted by Horde | |||
::: 30 [[Image:IconSmall_POI30.png]] Blacksmith, held by Horde | |||
::: 31 [[Image:IconSmall_POI31.png]] Farm, neutral | |||
::: 32 [[Image:IconSmall_POI32.png]] Farm, assaulted by Alliance | |||
::: 33 [[Image:IconSmall_POI33.png]] Farm, held by Alliance | |||
::: 34 [[Image:IconSmall_POI34.png]] Farm, assaulted by Horde | |||
::: 35 [[Image:IconSmall_POI35.png]] Farm, held by Horde | |||
::: 36 [[Image:IconSmall_POI36.png]] Stables, neutral | |||
::: 37 [[Image:IconSmall_POI37.png]] Stables, assaulted by Alliance | |||
::: 38 [[Image:IconSmall_POI38.png]] Stables, held by Alliance | |||
::: 39 [[Image:IconSmall_POI39.png]] Stables, assaulted by Horde | |||
::: 40 [[Image:IconSmall_POI40.png]] Stables, held by Horde | |||
::: 41-63 — Currently unused | |||
:;x : Number - The X location of the landmark's center (A proportion of the current map's width, between 0 and 1) | :;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) | :;y : Number - The Y location of the landmark's center (A proportion of the current map's height, between 0 and 1) | ||