WoW:API Minimap GetZoom: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(initial description)
 
No edit summary
Line 15: Line 15:
----
----
;''Example''
;''Example''
  local x, y = Minimap:GetZoom()
  local zoom = Minimap:GetZoom()


----
----

Revision as of 04:48, 4 June 2006

This function obtains current zoom level of the Minimap.

Minimap:GetZoom()

Arguments
none

Returns
zoom
current zoom level, possible levels are 0 through Minimap:GetZoomLevels()

Example
local zoom = Minimap:GetZoom()

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

Go to World of Warcraft Widget API
Go to Interface Customization

Template:WoW API