WoW:FrameXML elements: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
This document describes various important UI elements which are provided by the standard World of Warcraft FrameXML UI. | This document describes various important UI elements which are provided by the standard World of Warcraft FrameXML UI. | ||
=== MinimapCluster === | === MinimapCluster === |
Revision as of 21:39, 23 January 2006
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