WoW:FrameXML elements: Difference between revisions
Jump to navigation
Jump to search
(Category:FrameXML Documentation) |
m (catfix) |
||
Line 13: | Line 13: | ||
end | end | ||
[[Category:FrameXML | [[Category:FrameXML documentation]] |
Revision as of 00:39, 15 July 2008
Overview
This document describes various important UI elements which are provided by the standard World of Warcraft FrameXML UI.
MinimapCluster
Frame which represents the minimap area of the user interface.
Example: Determining if the mouse is over the minimap
if (MouseIsOver(MinimapCluster)) then -- do something end