C_Map.GetMapHighlightInfoAtPosition

From Warcraft Wiki
Jump to navigation Jump to search

Returns a map highlight pin for a location.

fileDataID, atlasID, texturePercentageX, texturePercentageY, textureX, textureY, scrollChildX, scrollChildY = C_Map.GetMapHighlightInfoAtPosition(uiMapID, x, y)

Arguments

uiMapID
number : UiMapID
x
number
y
number

Returns

fileDataID
number - FileDataID
atlasID
string - AtlasID
texturePercentageX
number
texturePercentageY
number
textureX
number
textureY
number
scrollChildX
number
scrollChildY
number

Patch changes

Battle for Azeroth Patch 8.0.1 (2018-07-17): Added.