Wowpedia

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

READ MORE

Wowpedia
No edit summary
 
No edit summary
Line 15: Line 15:
 
----
 
----
 
;''Example''
 
;''Example''
local maximum_zoom = Minimap:GetZoom()
+
local maximum_zoom = Minimap:GetZoomLevels()
   
 
----
 
----

Revision as of 04:50, 4 June 2006

This function obtains current zoom level of the Minimap.

Minimap:GetZoomLevels()

Arguments
none

Returns
maximum_zoom
The highest zoom level allowed for Minimap:SetZoom()

Example
local maximum_zoom = Minimap:GetZoomLevels()

Description
Obtains the Minimap's maximum zoom level.

Go to World of Warcraft Widget API
Go to Interface Customization

Template:WoW API