Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement

This function obtains current zoom level of the Minimap.

Minimap:GetZoom()

Arguments
none

Returns
zoom
current zoom level. Possible levels are 0 through to Minimap:GetZoomLevels() - 1

Example
local zoom = Minimap:GetZoom()

Description
Obtains the Minimap's current zoom level. The default minimap currently has six zoom levels: 0, 1, 2, 3, 4 and 5 with 0 being the smallest and 5 being the largest.
Advertisement