WoW:UI coordinates: Difference between revisions

m
Move page script moved page UI coordinates to WoW:UI coordinates without leaving a redirect
No edit summary
m (Move page script moved page UI coordinates to WoW:UI coordinates without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{uitech}}{{tocright}}
{{uitech}}
 


The WoW User Interface engine is designed to provide a consistent UI look regardless of screen shape or resolution, and thus scaling is a pervasive part of the WoW User Interface. While this is generally transparent to users of the game, it can cause some confusion for developers, since different sets of functions operate with different scaled coordinate systems. This document tries to provide consistent naming and a description of each one.
The WoW User Interface engine is designed to provide a consistent UI look regardless of screen shape or resolution, and thus scaling is a pervasive part of the WoW User Interface. While this is generally transparent to users of the game, it can cause some confusion for developers, since different sets of functions operate with different scaled coordinate systems. This document tries to provide consistent naming and a description of each one.
Line 52: Line 51:
       and ((frameB:GetBottom()*sB) < (frameA:GetTop()*sA));
       and ((frameB:GetBottom()*sB) < (frameA:GetTop()*sA));
  end
  end
== External Links ==
[[http://www.wowplotter.com wowplotter.com]] - WoWPlotter plots quest UI coordinates on their corresponding maps, and can also find other nearby quests so you can do them at the same time, all without an addon.
Anonymous user