C_Map.GetMapArtLayers

From Warcraft Wiki
Jump to navigation Jump to search

Returns the art layers for a map.

layerInfo = C_Map.GetMapArtLayers(uiMapID)

Arguments

uiMapID
number : UiMapID

Returns

layerInfo
UiMapLayerInfo[]
Field Type Description
layerWidth number
layerHeight number
tileWidth number
tileHeight number
minScale number
maxScale number
additionalZoomSteps number

Patch changes

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