C_Map.GetMapWorldSize

From Warcraft Wiki
Jump to navigation Jump to search

Returns the size in yards of the area represented by the map.

width, height = C_Map.GetMapWorldSize(uiMapID)

Arguments

uiMapID
number

Returns

width
number
height
number

Patch changes

Shadowlands Patch 9.0.1 (2020-10-13): Added.