WoW:API Minimap GetZoom: Difference between revisions

m
Move page script moved page API Minimap GetZoom to WoW:API Minimap GetZoom without leaving a redirect
(initial description)
 
m (Move page script moved page API Minimap GetZoom to WoW:API Minimap GetZoom without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{widgetmethod}}
This function obtains current zoom level of the Minimap.
This function obtains current zoom level of the Minimap.


Line 15: Line 17:
----
----
;''Example''
;''Example''
  local x, y = Minimap:GetZoom()
  local zoom = Minimap:GetZoom()


----
----
Line 21: Line 23:


: 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.
: 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 [[Widget API|World of Warcraft Widget API]]<br>
Go to [[Interface Customization]]
{{Template:WoW API}}
Anonymous user