Thread Tools Display Modes
Prev Previous Post   Next Post Next
04-23-14, 11:44 PM   #1
Digital_Utopia
A Flamescale Wyrmkin
 
Digital_Utopia's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2012
Posts: 110
Dear Addon I shall not name:

Why do you make me do this?

Code:
local zo=_G.ZoomOut;
function ZoomOut()
	if(not WorldMapFrame:IsVisible())then
		SetMapToCurrentZone()
		local dl,x1,y1,x2,y2=GetCurrentMapDungeonLevel();
		map:updateInfo(GetCurrentMapAreaID(),dl)
		local mapName, textureWidth, textureHeight, isMicroDungeon, microDungeonName = GetMapInfo()
		indoors=isMicroDungeon;
		zoomChanged=true;
	end
	zo();
end
__________________
  Reply With Quote
 

WoWInterface » Developer Discussions » General Authoring Discussion » Dear Addon I shall not name:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off